Skip to content

Commit 3fdab6c

Browse files
pablogs9ralph-lange
authored andcommitted
Minor fixes
Co-Authored-By: Ralph Lange <ralph-lange@users.noreply.github.com> Update _docs/tutorials/core/programming_rcl_rclc/index.md Co-Authored-By: Ralph Lange <ralph-lange@users.noreply.github.com> Added links to demos repos
1 parent 9b04aea commit 3fdab6c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • _docs/tutorials/core/programming_rcl_rclc

_docs/tutorials/core/programming_rcl_rclc/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ redirect_from: /docs/tutorials/
77

88
## Programming client/service with rcl
99

10-
ROS 2 services is another communication mechanism between nodes. Services implement a client-server paradigms based on ROS 2 messages and types. Further information about ROS 2 services can be found [here](https://index.ros.org/doc/ros2/Tutorials/Services/Understanding-ROS2-Services/)
10+
ROS 2 services is another communication mechanism between nodes. Services implement a client-server paradigm based on ROS 2 messages and types. Further information about ROS 2 services can be found [here](https://index.ros.org/doc/ros2/Tutorials/Services/Understanding-ROS2-Services/)
1111

12-
Ready to use code related to this tutorial can be found in `micro-ROS-demos/rcl/addtwoints_server` and `micro-ROS-demos/rcl/addtwoints_client` folders.
12+
Ready to use code related to this tutorial can be found in [`micro-ROS-demos/rcl/addtwoints_server`](https://github.com/micro-ROS/micro-ROS-demos/blob/dashing/rcl/addtwoints_server/main.c) and [`micro-ROS-demos/rcl/addtwoints_client`](https://github.com/micro-ROS/micro-ROS-demos/blob/dashing/rcl/addtwoints_client/main.c) folders.
1313

14-
Starting from a code where RCL is init and a micro-ROS node is created, these steps are required in order to generate a service server:
14+
Starting from a code where RCL is initialized and a micro-ROS node is created, these steps are required in order to generate a service server:
1515

1616
```c
1717
// Creating service server and options

0 commit comments

Comments
 (0)