|
Soletta™ Framework
|
Mavlink position structure. More...
#include <sol-mavlink.h>
Data Fields | |
| float | altitude |
| Altitude in meters. More... | |
| float | latitude |
| Latitude in degrees. More... | |
| float | longitude |
| Longitude in degrees. More... | |
| float | x |
| Local X position of this position in the local coordinate frame. More... | |
| float | y |
| Local Y position of this position in the local coordinate frame. More... | |
| float | z |
| Local Z position of this position in the local coordinate frame. More... | |
Mavlink position structure.
| float sol_mavlink_position::altitude |
Altitude in meters.
Referenced by mission_reached_cb(), position_changed_cb(), and takeoff().
| float sol_mavlink_position::latitude |
Latitude in degrees.
Referenced by mission_reached_cb(), and position_changed_cb().
| float sol_mavlink_position::longitude |
Longitude in degrees.
Referenced by mission_reached_cb(), and position_changed_cb().
| float sol_mavlink_position::x |
Local X position of this position in the local coordinate frame.
| float sol_mavlink_position::y |
Local Y position of this position in the local coordinate frame.
| float sol_mavlink_position::z |
Local Z position of this position in the local coordinate frame.
1.8.6