Two ROS computers - roswtf: WARNING The following nodes are unexpectedly connected:
I'm unable to publish on /turtle1/cmd_vel with second controller computer, but it works fine on 1 computer. It works fine to send /clear service commands on 1 and 2 computer configurations.
Controller computer name computer2, node name is /rmdmia Running Turtlesim on computer name computer1.
The following is output from roswtf: WARNING The following nodes are unexpectedly connected: * unknown ( http://computer2:51117/)->/turtlesim (/turtle1/cmd_vel)
Found 1 error(s).
ERROR The following nodes should be connected but aren't: * /controlnode->/turtlesim (/turtle1/cmd_vel)
It appears to be a DNS issue, but I've set up the hosts file in both systems with each computer's ethernet ip address, set the ros_ip, and ros_hostname on computer1, and set the ros_master_uri on both systems to the hostname, instead of localhost. Any idea where the configuration is wrong?
Thanks,
Aaron