mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
rover: expose rover messages to DDS
This commit is contained in:
committed by
chfriedrich98
parent
60010ba057
commit
90a4b4798d
@@ -192,5 +192,23 @@ subscriptions:
|
|||||||
- topic: /fmu/in/lateral_control_configuration
|
- topic: /fmu/in/lateral_control_configuration
|
||||||
type: px4_msgs::msg::LateralControlConfiguration
|
type: px4_msgs::msg::LateralControlConfiguration
|
||||||
|
|
||||||
|
- topic: /fmu/in/rover_position_setpoint
|
||||||
|
type: px4_msgs::msg::RoverPositionSetpoint
|
||||||
|
|
||||||
|
- topic: /fmu/in/rover_velocity_setpoint
|
||||||
|
type: px4_msgs::msg::RoverVelocitySetpoint
|
||||||
|
|
||||||
|
- topic: /fmu/in/rover_attitude_setpoint
|
||||||
|
type: px4_msgs::msg::RoverAttitudeSetpoint
|
||||||
|
|
||||||
|
- topic: /fmu/in/rover_rate_setpoint
|
||||||
|
type: px4_msgs::msg::RoverRateSetpoint
|
||||||
|
|
||||||
|
- topic: /fmu/in/rover_throttle_setpoint
|
||||||
|
type: px4_msgs::msg::RoverThrottleSetpoint
|
||||||
|
|
||||||
|
- topic: /fmu/in/rover_steering_setpoint
|
||||||
|
type: px4_msgs::msg::RoverSteeringSetpoint
|
||||||
|
|
||||||
# Create uORB::PublicationMulti
|
# Create uORB::PublicationMulti
|
||||||
subscriptions_multi:
|
subscriptions_multi:
|
||||||
|
|||||||
Reference in New Issue
Block a user