You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/middleware/uxrce_dds.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -321,7 +321,7 @@ The configuration can be done using the [UXRCE-DDS parameters](../advanced_confi
321
321
- [UXRCE_DDS_SYNCT](../advanced_config/parameter_reference.md#UXRCE_DDS_SYNCT): Bridge time synchronization enable.
322
322
The uXRCE-DDS client module can synchronize the timestamp of the messages exchanged over the bridge.
323
323
This is the default configuration. In certain situations, for example during [simulations](../ros2/user_guide.md#ros-gazebo-and-px4-time-synchronization), this feature may be disabled.
Setting this parameter to any value other than `-1` creates a namespace with the prefix `uav_` and the specified value, e.g. `uav_0`, `uav_1`, etc.
326
326
See [namespace](#customizing-the-namespace) for methods to define richer or arbitrary namespaces.
327
327
@@ -540,7 +540,7 @@ Each (`topic`,`type`) pairs defines:
540
540
4. The message type (`VehicleOdometry`, `VehicleStatus`, `OffboardControlMode`, etc.) and the ROS 2 package (`px4_msgs`) that is expected to provide the message definition.
541
541
5. **(Optional)**: An additional `rate_limit` field (only for publication entries), which specifies the maximum rate (Hz) at which messages will be published on this topic by PX4 to ROS 2.
542
542
If left unspecified, the maximum publication rate limit is set to 100 Hz.
543
-
6. **(Optional)**: An additional `instance` field (only for publication entries), which lets you selectwhich instance of a [multi-instance topic](./uorb.md#multi-instance) you want to be published to ROS 2.
543
+
6. <Badge type="tip" text="main (planned for: PX4 v1.18)" />**(Optional)**: An additional `instance` field (only for publication entries), which lets you selectwhich instance of a [multi-instance topic](./uorb.md#multi-instance) you want to be published to ROS 2.
544
544
If provided, this option changes the ROS 2 topic name of the advertised uORB topic appending the instance number: `fmu/out/[uorb topic name][instance]` (plus eventual namespace and message version).
545
545
In the example above the final topic name would be `/fmu/out/vehicle_imu1`.
0 commit comments