# Edit the follow-tag code for seeker drone

Source: https://forum.modalai.com/topic/3909/edit-the-follow-tag-code-for-seeker-drone
Category: General Questions (https://forum.modalai.com/category/2/general-questions)
Posted: 2024-11-05 17:49:40 UTC by Pooyan
Replies: 2 · Views: 560

## Pooyan · 2024-11-05 17:49:40 UTC

Hello all,

I want to edit the source code for the offboard mode (follow_tag). Can you please tell me where can I fine it inside the Voxl? and after editing how should I build it to be able to make it work? 

I want to change the z distance between tag and the drone from 1.5m which is right now, to 0.3m.

Thank you,

## Reply by Eric Katzfey (ModalAI staff) · 2024-11-05 18:20:05 UTC

@Pooyan Here is a link to the code: https://gitlab.com/voxl-public/voxl-sdk/services/voxl-vision-hub/-/blob/dev/src/offboard_follow_tag.c?ref_type=heads#L171. Build instructions are in the README file.

## Reply by Pooyan · 2024-11-05 19:39:09 UTC (in reply to Eric Katzfey)

@Eric-Katzfey I got it, thank you so much.
