PX4 ROS 2 Interface Library
Library to interface with PX4 from a companion computer using ROS 2
px4_ros2::Waypoint Struct Reference

Public Member Functions

 Waypoint (Eigen::Vector3d a_coordinate, MissionFrame a_frame=MissionFrame::Global)
 

Public Attributes

Eigen::Vector3d coordinate
 
MissionFrame frame {MissionFrame::Global}
 

Friends

void from_json (const nlohmann::json &j, Waypoint &o)
 
void to_json (nlohmann::json &j, const Waypoint &o)
 

The documentation for this struct was generated from the following file: