void follow_me_parse_target_pos(uint8_t *buf)
on receiving a TARGET_POS message
float follow_me_min_height
Follow me minimum height in meters when approaching with a speed.
float follow_me_min_dist
Follow me minimum distance in meters when trying to approach with a certain speed.
void follow_me_periodic(void)
periodic function
float follow_me_height
height from the ground gps
float follow_me_distance
distance from the ground gps
float follow_me_heading
heading direction in which to hover from (automatically set if ground is exceeding speed)
void follow_me_set_wp(uint8_t wp_id, float speed)
run function
float follow_me_gps_delay
Follow me GPS delay from the relative positionb packet (in ms)
void follow_me_init(void)
init function
float follow_me_advance_ms
Follow me waypoint advance time in ms (multiplied by the ground speed)
float follow_me_datalink_delay
Follow me datalink delay from the ground GPS packet (in ms)
float follow_me_diag_speed
Diagonal speed for follow me.
float follow_me_filt
Follow me course sin/cos filter value (higher is harder filter)
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.