Skip to content

Commit ed2d45c

Browse files
docs: update uxrce_dds rate_limit example to reflect firmware values
1 parent 233904f commit ed2d45c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/en/middleware/uxrce_dds.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,16 +423,17 @@ publications:
423423
424424
- topic: /fmu/out/collision_constraints
425425
type: px4_msgs::msg::CollisionConstraints
426+
rate_limit: 50. # Limit max publication rate to 50 Hz
426427
427428
...
428429
429430
- topic: /fmu/out/vehicle_odometry
430431
type: px4_msgs::msg::VehicleOdometry
431-
rate_limit: 150.
432+
# Use default publication rate limit of 100 Hz
432433
433434
- topic: /fmu/out/vehicle_status
434435
type: px4_msgs::msg::VehicleStatus
435-
rate_limit: 50.
436+
rate_limit: 5.
436437
437438
- topic: /fmu/out/vehicle_trajectory_waypoint_desired
438439
type: px4_msgs::msg::VehicleTrajectoryWaypoint

0 commit comments

Comments
 (0)