mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 22:58:10 +08:00
[uxrce_dds] add vehicle_thrust_setpoint, vehicle_torque_setpoint
actuator_motors and actuator_servos subscribers for offboard control Being subscribers, this does not increase the computational load over the uxrce_dds brigde Signed-off-by: Beniamino Pozzan <beniamino.pozzan@gmail.com>
This commit is contained in:
committed by
Daniel Agar
parent
1c8f31f339
commit
742d237ae3
@@ -136,5 +136,17 @@ subscriptions:
|
||||
- topic: /fmu/in/vehicle_trajectory_waypoint
|
||||
type: px4_msgs::msg::VehicleTrajectoryWaypoint
|
||||
|
||||
- topic: /fmu/in/vehicle_thrust_setpoint
|
||||
type: px4_msgs::msg::VehicleThrustSetpoint
|
||||
|
||||
- topic: /fmu/in/vehicle_torque_setpoint
|
||||
type: px4_msgs::msg::VehicleTorqueSetpoint
|
||||
|
||||
- topic: /fmu/in/actuator_motors
|
||||
type: px4_msgs::msg::ActuatorMotors
|
||||
|
||||
- topic: /fmu/in/actuator_servos
|
||||
type: px4_msgs::msg::ActuatorServos
|
||||
|
||||
# Create uORB::PublicationMulti
|
||||
subscriptions_multi:
|
||||
|
||||
Reference in New Issue
Block a user