Unity-Technologies/Unity-Robotics-Hub

After running ros2 run ros_tcp_endpoint default_server_endpoint --ros-args -p ROS_IP:=0.0.0.0, nothing happens.

gkgkgkgk opened this issue · 1 comments

I have ROS2 configured on a Docker machine, and when I get up to the step of running this command:
ros2 run ros_tcp_endpoint default_server_endpoint --ros-args -p ROS_IP:=0.0.0.0 the console freezes and nothing happens.

I cant seem to quit out of the process either, and I don't the [INFO] [1603488341.950794]: Starting server on 192.168.50.149:10000 confirmation as described in the documentation. When I run unity and the example publisher code, I get this error:

Connection to 127.0.0.1:10000 failed - System.ArgumentException: Addresses 127.0.0.1 (IPv4) and ::0 (IPv6) are unspecified addresses. You cannot use them as target address..

I am assuming I get this error because of the initial failure I described above, although I could be wrong. Any ideas?

HI. I a, facing the same problem. Did you solve this problem?