You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The title is self explanary. To launch the agent, it would be better to delete it after. Also the different parameters are not working for foxy. I guess a working solution would be:
docker run -it --net=host --rm microros/micro-ros-agent:foxy udp4 --port 9999 # for udp4
docker run -it --net=host --rm microros/micro-ros-agent:foxy udp6 --port 9999 # for udp6
Thank you. Best
The text was updated successfully, but these errors were encountered:
The title is self explanary. To launch the agent, it would be better to delete it after. Also the different parameters are not working for foxy. I guess a working solution would be:
docker run -it --net=host --rm microros/micro-ros-agent:foxy udp4 --port 9999 # for udp4
docker run -it --net=host --rm microros/micro-ros-agent:foxy udp6 --port 9999 # for udp6
Thank you. Best
The text was updated successfully, but these errors were encountered: