We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a3ca3 commit 0433f12Copy full SHA for 0433f12
1 file changed
README.md
@@ -35,7 +35,7 @@ Is possible to use a micro-ROS Agent just with this docker command:
35
docker run -it --rm -v /dev:/dev --privileged --net=host microros/micro-ros-agent:humble serial --dev [YOUR BOARD PORT] -v6
36
37
# UDPv4 micro-ROS Agent
38
-docker run -it --rm --net=host microros/micro-ros-agent:humnle udp4 --port 8888 -v6
+docker run -it --rm --net=host microros/micro-ros-agent:humble udp4 --port 8888 -v6
39
```
40
41
## Purpose of the Project
0 commit comments