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

Public Types

enum class  Activation { ActivateOnlyWhenArmed , ActivateAlways , ActivateImmediately }
 

Public Attributes

Activation activation {Activation::ActivateOnlyWhenArmed}
 

Member Enumeration Documentation

◆ Activation

Enumerator
ActivateOnlyWhenArmed 

Only activate the executor when armed (and selected)

ActivateAlways 

Allow the executor to always be activated (so it can arm the vehicle)

ActivateImmediately 

Activate the mode and executor immediately after registration. Only use this for fully autonomous executors that also arm the vehicle.


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