Skip to content

Commit 87c05c9

Browse files
docs: clarify PX4 versions associated to latest UXRCE_DDS features (#26005)
* docs: clarify PX4 versions associated to latest UXRCE_DDS features Signed-off-by: Beniamino Pozzan <b.pozzan@archangelautonomy.com> * Update docs/en/middleware/uxrce_dds.md --------- Signed-off-by: Beniamino Pozzan <b.pozzan@archangelautonomy.com> Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
1 parent c41aab6 commit 87c05c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/middleware/uxrce_dds.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ The configuration can be done using the [UXRCE-DDS parameters](../advanced_confi
321321
- [UXRCE_DDS_SYNCT](../advanced_config/parameter_reference.md#UXRCE_DDS_SYNCT): Bridge time synchronization enable.
322322
The uXRCE-DDS client module can synchronize the timestamp of the messages exchanged over the bridge.
323323
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.
324-
- [`UXRCE_DDS_NS_IDX`](../advanced_config/parameter_reference.md#UXRCE_DDS_NS_IDX): Index-based namespace definition
324+
- <Badge type="tip" text="PX4 v1.17" /> [`UXRCE_DDS_NS_IDX`](../advanced_config/parameter_reference.md#UXRCE_DDS_NS_IDX): Index-based namespace definition
325325
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.
326326
See [namespace](#customizing-the-namespace) for methods to define richer or arbitrary namespaces.
327327

@@ -540,7 +540,7 @@ Each (`topic`,`type`) pairs defines:
540540
4. The message type (`VehicleOdometry`, `VehicleStatus`, `OffboardControlMode`, etc.) and the ROS 2 package (`px4_msgs`) that is expected to provide the message definition.
541541
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.
542542
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 select which 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 select which instance of a [multi-instance topic](./uorb.md#multi-instance) you want to be published to ROS 2.
544544
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).
545545
In the example above the final topic name would be `/fmu/out/vehicle_imu1`.
546546

0 commit comments

Comments
 (0)