mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 18:10:36 +08:00
dds: add fw control api's to DDS topics yaml
This commit is contained in:
@@ -163,5 +163,17 @@ subscriptions:
|
||||
- topic: /fmu/in/aux_global_position
|
||||
type: px4_msgs::msg::VehicleGlobalPosition
|
||||
|
||||
- topic: /fmu/in/fw_longitudinal_control_setpoint
|
||||
type: px4_msgs::msg::FwLongitudinalControlSetpoint
|
||||
|
||||
- topic: /fmu/in/fw_lateral_control_setpoint
|
||||
type: px4_msgs::msg::FwLateralControlSetpoint
|
||||
|
||||
- topic: /fmu/in/longitudinal_control_limits
|
||||
type: px4_msgs::msg::LongitudinalControlLimits
|
||||
|
||||
- topic: /fmu/in/lateral_control_limits
|
||||
type: px4_msgs::msg::LateralControlLimits
|
||||
|
||||
# Create uORB::PublicationMulti
|
||||
subscriptions_multi:
|
||||
|
||||
Reference in New Issue
Block a user