PX4 ROS 2 Interface Library
Library to interface with PX4 from a companion computer using ROS 2
|
Public Member Functions | |
FwControlConfiguration & | withPitchLimits (float min_pitch_sp, float max_pitch_sp) |
FwControlConfiguration & | withThrottleLimits (float min_throttle_sp, float max_throttle_sp) |
FwControlConfiguration & | withMaxAcceleration (float max_lateral_acceleration_sp) |
FwControlConfiguration & | withTargetSinkRate (float target_sink_rate_sp) |
FwControlConfiguration & | withTargetClimbRate (float target_climb_rate_sp) |