PX4 ROS 2 Interface Library
Library to interface with PX4 from a companion computer using ROS 2
|
Trajectory executor using goto setpoints. More...
#include <px4_ros2/mission/trajectory/multicopter/waypoint_trajectory_executor.hpp>
Public Member Functions | |
WaypointTrajectoryExecutor (ModeBase &mode, float acceptance_radius=2.0f) | |
bool | navigationItemTypeSupported (NavigationItemType type) override |
bool | frameSupported (MissionFrame frame) override |
void | runTrajectory (const TrajectoryConfig &config) override |
void | updateSetpoint () override |
![]() | |
TrajectoryExecutorInterface (const TrajectoryExecutorInterface &)=delete | |
Trajectory executor using goto setpoints.