|
PX4 ROS 2 Interface Library
Library to interface with PX4 from a companion computer using ROS 2
|
Classes | |
| struct | Configuration |
Public Types | |
| using | ShouldActivateCB = std::function< void()> |
Public Member Functions | |
| SetpointBase (Context &context) | |
| std::shared_ptr< SetpointBase > | getSharedPtr () |
| virtual Configuration | getConfiguration ()=0 |
| virtual float | desiredUpdateRateHz () |
| void | setShouldActivateCallback (const ShouldActivateCB &should_activate_cb) |
| void | setActive (bool active) |
Protected Member Functions | |
| void | onUpdate () |