mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-12 07:37:34 +08:00
initial control allocation support
- control allocation module with multirotor, VTOL standard, and tiltrotor support - angular_velocity_controller - See https://github.com/PX4/PX4-Autopilot/pull/13351 for details Co-authored-by: Silvan Fuhrer <silvan@auterion.com> Co-authored-by: Roman Bapst <bapstroman@gmail.com>
This commit is contained in:
committed by
Daniel Agar
parent
fc6b61dad1
commit
343cf5603e
@@ -298,6 +298,16 @@ rtps:
|
||||
id: 141
|
||||
- msg: rtl_flight_time
|
||||
id: 142
|
||||
- msg: vehicle_angular_acceleration_setpoint
|
||||
id: 143
|
||||
- msg: vehicle_torque_setpoint
|
||||
id: 144
|
||||
- msg: vehicle_thrust_setpoint
|
||||
id: 145
|
||||
- msg: vehicle_actuator_setpoint
|
||||
id: 146
|
||||
- msg: control_allocator_status
|
||||
id: 147
|
||||
########## multi topics: begin ##########
|
||||
- msg: actuator_controls_0
|
||||
id: 170
|
||||
|
||||
Reference in New Issue
Block a user