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 724dc26 commit a521777Copy full SHA for a521777
README.md
@@ -26,7 +26,7 @@ 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
+docker run -it --rm -v /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
0 commit comments