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
+53-6Lines changed: 53 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,12 +106,19 @@ The development version, fetched using `--edge` above, does work.
106
106
107
107
### Build/Run within ROS 2 Workspace
108
108
109
-
The agent can be built and launched within a ROS 2 workspace (or build standalone and launched from a workspace.
109
+
The agent can be built and launched within a ROS 2 workspace (or build standalone and launched from a workspace).
110
110
You must already have installed ROS 2 following the instructions in: [ROS 2 User Guide > Install ROS 2](../ros2/user_guide.md#install-ros-2).
111
111
112
112
::: warning
113
113
This approach will use the existing ROS 2 versions of the Agent dependencies, such as `fastcdr` and `fastdds`.
114
-
This considerably speeds up the build process but requires that the Agent dependency versions match the ROS 2 ones.
114
+
This considerably speeds up the build process but requires that the Agent dependency versions match the ROS 2 ones:
115
+
116
+
| ROS 2 version | Micro-XRCE-DDS-Agent version |
117
+
| ------------- | ---------------------------- |
118
+
| Foxy | v2.4.2 |
119
+
| Humble | v2.4.2 |
120
+
| Jazzy | v2.4.3 |
121
+
115
122
:::
116
123
117
124
To build the agent within ROS:
@@ -124,15 +131,50 @@ To build the agent within ROS:
124
131
125
132
1. Clone the source code for the eProsima [Micro-XRCE-DDS-Agent](https://github.com/eProsima/Micro-XRCE-DDS-Agent) to the `/src` directory (the `main` branch is cloned by default):
0 commit comments