We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 233904f commit ed2d45cCopy full SHA for ed2d45c
docs/en/middleware/uxrce_dds.md
@@ -423,16 +423,17 @@ publications:
423
424
- topic: /fmu/out/collision_constraints
425
type: px4_msgs::msg::CollisionConstraints
426
+ rate_limit: 50. # Limit max publication rate to 50 Hz
427
428
...
429
430
- topic: /fmu/out/vehicle_odometry
431
type: px4_msgs::msg::VehicleOdometry
- rate_limit: 150.
432
+ # Use default publication rate limit of 100 Hz
433
434
- topic: /fmu/out/vehicle_status
435
type: px4_msgs::msg::VehicleStatus
- rate_limit: 50.
436
+ rate_limit: 5.
437
438
- topic: /fmu/out/vehicle_trajectory_waypoint_desired
439
type: px4_msgs::msg::VehicleTrajectoryWaypoint
0 commit comments