Skip to content

Commit 0be7b99

Browse files
authored
Update README.md
1 parent 750c118 commit 0be7b99

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ Go to [link to release section]() and download the last release of micro-ROS lib
2020

2121
Include it in your proyect using `Sketch -> Include library -> Add .ZIP Library...`
2222

23+
You can test micro-ROS examples located in this repo examples folder.
24+
25+
Is possible to use a micro-ROS Agent just with this docker command:
26+
27+
```bash
28+
# Serial micro-ROS Agent
29+
docker run -it --rm -d /dev:/dev --privileged --net=host microros/micro-ros-agent:foxy serial --dev [YOUR BOARD PORT] -v6
30+
```
31+
2332
## How to build the precompiled library
2433

2534
```bash
@@ -62,4 +71,4 @@ see the file [3rd-party-licenses.txt](3rd-party-licenses.txt).
6271

6372
### Patch Teensyduino
6473

65-
TODO
74+
TODO

0 commit comments

Comments
 (0)