Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
waypoints.c File Reference

Improvement of the missionlib implementation of the waypoint protocol, truly global waypoints are used such that they will not be relocated after you run GeoInit. More...

#include "modules/datalink/missionlib/waypoints.h"
#include "modules/datalink/missionlib/mission_manager.h"
#include "modules/datalink/mavlink.h"
#include "mavlink/paparazzi/mavlink.h"
#include "generated/flight_plan.h"
#include "modules/nav/waypoints.h"
+ Include dependency graph for waypoints.c:

Go to the source code of this file.

Functions

static void mavlink_send_wp (uint8_t sysid, uint8_t compid, uint16_t seq)
 
void mavlink_wp_message_handler (const mavlink_message_t *msg)
 

Detailed Description

Improvement of the missionlib implementation of the waypoint protocol, truly global waypoints are used such that they will not be relocated after you run GeoInit.

Definition in file waypoints.c.

Function Documentation

◆ mavlink_send_wp()

static void mavlink_send_wp ( uint8_t  sysid,
uint8_t  compid,
uint16_t  seq 
)
static

Definition at line 49 of file waypoints.c.

References LlaCoor_i::alt, LlaCoor_i::lat, LlaCoor_i::lon, MAVLINK_DEBUG, MAVLinkSendMessage, seq, waypoint_get_lla(), WaypointAlt, WaypointX, and WaypointY.

Referenced by mavlink_wp_message_handler().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ mavlink_wp_message_handler()