94 &lla.
lat, &lla.
lon, &hmsl);
100 &lla.
lat, &lla.
lon, &hmsl);
struct point waypoints[NB_WAYPOINT]
size == nb_waypoint, waypoint 0 is a dummy waypoint
const uint8_t nb_waypoint
Mission Computer module, interfacing the mission computer (also known as Copilot),...
void copilot_parse_move_wp_dl(uint8_t *buf)
If MOVE_WP from GCS.
uint8_t * datalink_get_buffer(void)
get datalink buffer address
int32_t lat
in degrees*1e7
int32_t alt
in millimeters above WGS84 reference ellipsoid
int32_t lon
in degrees*1e7
vector in Latitude, Longitude and Altitude
int32_t stateGetHmslOrigin_i(void)
Get the HMSL of the frame origin (int)
struct LlaCoor_i stateGetLlaOrigin_i(void)
Get the LLA position of the frame origin (int)
static bool stateIsLocalCoordinateValid(void)
Test if local coordinates are valid.
bool waypoint_is_global(uint8_t wp_id)
Paparazzi fixed point math for geodetic calculations.
Rotorcraft navigation functions.
Periodic telemetry system header (includes downlink utility and generated code).
int int32_t
Typedef defining 32 bit int type.
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.