We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750c118 commit 0be7b99Copy full SHA for 0be7b99
README.md
@@ -20,6 +20,15 @@ Go to [link to release section]() and download the last release of micro-ROS lib
20
21
Include it in your proyect using `Sketch -> Include library -> Add .ZIP Library...`
22
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
32
## How to build the precompiled library
33
34
```bash
@@ -62,4 +71,4 @@ see the file [3rd-party-licenses.txt](3rd-party-licenses.txt).
62
71
63
72
### Patch Teensyduino
64
73
65
-TODO
74
+TODO
0 commit comments