Skip to content

Commit 384f077

Browse files
authored
Update README.md
1 parent 5ceed25 commit 384f077

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Simple Node
22

3-
This is a new ROS 2 node to simplify the use of the spin and the executors. This way, service, actions and topics can be used as in ROS 1. Besides, this node also includes predefined action servers and one client to make its use more user-friendly to developers.
3+
This wrap uses the spin of an executor in a new thread. As a result, the calls of services and actions can be used synchronously. Besides, this node also includes predefined action servers and one client to make its use more user-friendly to developers.
44

55

66
## Examples
77

88
### Node
99

10+
This example shows how to create a node. To block the node, ```join_spin``` is used, which blocks the main thread till the thread of the spin ends.
11+
1012
```python
1113
from simple_node import Node
1214
import rclpy

0 commit comments

Comments
 (0)