Skip to content

Commit e5377da

Browse files
BorjaOutereloamx-piap
authored andcommitted
Fix broken links. (#74)
* Fix cbg-executo_ping-pong link. * Fix broken Micro XRCE-DDS. * Fix OMG's link.
1 parent 3ff42b6 commit e5377da

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

_docs/concepts/client_library/real-time_executor/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ With the test bench, we validated the functioning of the approach - here on ROS
206206

207207
![Results from Callback-group-level Executor test bench](cbg-executor_test-bench_results.png)
208208

209-
The test bench is provided in the [bg-executor_ping-pong_cpp](https://github.com/microROS/micro-ROS-demos/tree/master/Cpp/cbg-executor_ping-pong) package of the [micro-ROS-demos](https://github.com/microROS/micro-ROS-demos/) repository.
209+
The test bench is provided in the [bg-executor_ping-pong_cpp](https://github.com/micro-ROS/micro-ROS_experiments/tree/experiment/cbg-executor-0.6.1/cbg-executor_ping-pong) package of the [micro-ROS_experiments](https://github.com/microROS/micro-ROS_experiments/) repository.
210210

211211
## Related Work
212212

_docs/concepts/middleware/Micro_XRCE-DDS/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ permalink: /docs/concepts/middleware/Micro_XRCE-DDS/
44
redirect_from: /docs/concepts/middleware/
55
---
66

7-
**eProsima Micro XRCE-DDS** is an open-source wire protocol that implements the OMG DDS for e**X**tremely **R**esource **C**onstrained **E**nvironment standard ([DDS-XRCE](https://www.omg.org/spec/DDS-XRCE/About-DDS-XRCE/)).
7+
**eProsima Micro XRCE-DDS** is an open-source wire protocol that implements the OMG DDS for e**X**tremely **R**esource **C**onstrained **E**nvironment standard ([DDS-XRCE](https://www.omg.org/spec/DDS-XRCE/)).
88
The aim of the DDS-XRCE protocol is to provide access to the DDS Global-Data-Space from resource-constrained devices.
99
This is achieved thanks to a **client-server** architecture, where low resource devices, called *XRCE Clients*, are connected to a server, called *XRCE Agent*, which acts on behalf of its clients in the DDS Global-Data-Space.
1010

_docs/overview/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Major repositories in order of the layers are:
2525
* Extensions to rcl, i.e. the ROS 2 C API: [rcl_executor](https://github.com/micro-ROS/rcl_executor), ...
2626
* Extensions for rclcpp: [system_modes](https://github.com/micro-ROS/system_modes/), [TF improvements](https://github.com/micro-ROS/geometry2), ...
2727
* Middleware:
28-
* eProsima's open-source implementation of DDS-XRCE: [Micro-XRCE-DDS](Micro-XRCE-DDS)
28+
* eProsima's open-source implementation of DDS-XRCE: [Micro-XRCE-DDS](https://github.com/eProsima/Micro-XRCE-DDS)
2929
* RMW adapter for Micro-XRCE-DDS: [rmw-microxrcedds](https://github.com/micro-ROS/rmw-microxrcedds)
3030
* Type support for Micro-XRCE-DDS: [rosidl_typesupport_microxrcedds](https://github.com/micro-ROS/rosidl_typesupport_microxrcedds)
3131
* Agent (bridge) to ROS 2: [micro-ROS-Agent](https://github.com/micro-ROS/micro-ROS-Agent)

0 commit comments

Comments
 (0)