PX4 ROS 2 Interface Library
Library to interface with PX4 from a companion computer using ROS 2
px4_ros2::TrajectoryExecutorInterface Class Referenceabstract

Interface for a trajectory executor. More...

#include <px4_ros2/mission/trajectory/trajectory_executor.hpp>

Inheritance diagram for px4_ros2::TrajectoryExecutorInterface:
px4_ros2::multicopter::WaypointTrajectoryExecutor

Classes

struct  TrajectoryConfig
 

Public Member Functions

 TrajectoryExecutorInterface (const TrajectoryExecutorInterface &)=delete
 
virtual bool navigationItemTypeSupported (NavigationItemType type)=0
 
virtual bool frameSupported (MissionFrame mission_frame)=0
 
virtual void runTrajectory (const TrajectoryConfig &config)=0
 
virtual void updateSetpoint ()=0
 

Detailed Description

Interface for a trajectory executor.


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