PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <vehicle_trajectory_waypoint.h>
Public Attributes | |
uint64_t | timestamp |
uint8_t | type |
uint8_t | _padding0 [7] |
struct trajectory_waypoint_s | waypoints [5] |
Definition at line 59 of file vehicle_trajectory_waypoint.h.
uint8_t vehicle_trajectory_waypoint_s::_padding0[7] |
Definition at line 63 of file vehicle_trajectory_waypoint.h.
uint64_t vehicle_trajectory_waypoint_s::timestamp |
Definition at line 61 of file vehicle_trajectory_waypoint.h.
Referenced by MavlinkReceiver::handle_message_trajectory_representation_waypoints(), ObstacleAvoidance::injectAvoidanceSetpoints(), MavlinkStreamTrajectoryRepresentationWaypoints::send(), TEST_F(), and ObstacleAvoidance::updateAvoidanceDesiredWaypoints().
uint8_t vehicle_trajectory_waypoint_s::type |
Definition at line 62 of file vehicle_trajectory_waypoint.h.
Referenced by TEST_F(), and ObstacleAvoidance::updateAvoidanceDesiredWaypoints().
struct trajectory_waypoint_s vehicle_trajectory_waypoint_s::waypoints[5] |