launch file for another machine
I am trying to do a single master. My ssh password-less is working just by typing as follow: ssh huey@10.42.0.3
IP of A is 10.42.0.2
master is A
IP of B is 10.42.0.3
<launch>
<machine
name = "robot"
address = "huey@10.42.0.3"
env-loader = "/opt/ros/indigo/env.sh"></machine>
<node
pkg ="turtlesim"
type = "turtlesim_node"
name="turtlesim"
machine = "robot"></node>
</launch>
but i got this error
cannot resolve host address for machine [huey@10.42.0.3]
The traceback for the exception was written to the log file
Thanks