ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

how to launch remote node in docker with <machine> tag

asked 2020-07-07 19:26:06 -0500

mugetsu gravatar image

Is this possible? I have something that works fine starting a remote node on the hostmachine. But that isnt working

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-07-09 17:06:37 -0500

ruffsl gravatar image

If your thinking of the <machine> tag from ROS1 launch.xml format, I think that tag was used for launching remote node on remote ssh hosts.

http://wiki.ros.org/roslaunch/XML/mac...

A more appropriate method for launching ros nodes in containers on remote host would be to use a container orchestration tool, or something as simple as docker-compose.yaml with the docker client pointed at a remote host. E.g.:

https://docs.docker.com/compose/

https://docs.docker.com/engine/swarm/

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-07-07 19:26:06 -0500

Seen: 315 times

Last updated: Jul 09 '20