Skip to content

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

@gkgkgkgk

Description

@gkgkgkgk

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions