|
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) |
| FwControlConfiguration & | withSpeedWeight (float speed_weight_sp) |
| Configure the speed weight for TECS (Total Energy Control System). For more information on TECS, see https://docs.px4.io/main/en/flight_stack/controller_diagrams.html#total-energy-control-system-tecs. More... | |
|
inline |
Configure the speed weight for TECS (Total Energy Control System). For more information on TECS, see https://docs.px4.io/main/en/flight_stack/controller_diagrams.html#total-energy-control-system-tecs.
| speed_weight_sp | speed weight setpoint in the range of [0.0, 2.0]. Speedweight is 1.0 by default. Set speedweight to 0.0 for altitude priority, 2.0 for airspeed priority. |