Skip to content

Commit

Permalink
[uxrce_dds] add vehicle_thrust_setpoint, vehicle_torque_setpoint
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
beniaminopozzan authored and dagar committed Nov 23, 2023
1 parent 1c8f31f commit 742d237
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/modules/uxrce_dds_client/dds_topics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

0 comments on commit 742d237

Please sign in to comment.