Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the source code of this file.
Functions | |
void | follow_me (uint8_t headingToFollow, uint8_t heightObject, uint8_t distanceToObject) |
Variables | |
float | ref_pitch |
float | ref_roll |
float | selfie_alt |
Definition in file follow_me.h.
Definition at line 62 of file follow_me.c.
References CENTER_IMAGE_HOR, changeRollYawPhase(), HEADING_CHANGE_PER_MEASUREMENT, increase_nav_heading(), MAXIMUM_ALTITUDE_FOLLOWING, MINIMUM_ALTITUDE_FOLLOWING, nav_heading, nav_is_in_flight(), ref_pitch, ref_roll, selfie_alt, STEREOCAM_FOLLOW_ME_USE_OPTITRACK, and waypoint_set_alt().
Referenced by stereocam_parse_msg().
float ref_pitch |
Definition at line 103 of file guidance_OA.c.
Referenced by CN_escape_velocity(), CN_potential_velocity(), CN_vector_escape_velocity(), CN_vector_velocity(), follow_me(), OA_update(), and pingpong_euler().
float ref_roll |
Definition at line 104 of file guidance_OA.c.
Referenced by CN_escape_velocity(), CN_vector_escape_velocity(), CN_vector_velocity(), follow_me(), OA_update(), and pingpong_euler().
float selfie_alt |
Definition at line 33 of file follow_me.c.
Referenced by follow_me().