feat: add attitude and odometry pub rates limits (#25792)

This commit is contained in:
dawr68 2025-10-22 14:55:51 +02:00 committed by GitHub
parent d2548ced9d
commit 9276dc5abd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,6 +62,7 @@ publications:
- topic: /fmu/out/vehicle_attitude
type: px4_msgs::msg::VehicleAttitude
rate_limit: 50.
- topic: /fmu/out/vehicle_control_mode
type: px4_msgs::msg::VehicleControlMode
@ -84,6 +85,7 @@ publications:
- topic: /fmu/out/vehicle_odometry
type: px4_msgs::msg::VehicleOdometry
rate_limit: 100.
- topic: /fmu/out/vehicle_status
type: px4_msgs::msg::VehicleStatus