ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I have the same problem that cannot ping each other by name and solve this problem by doing this:
1.In ros master PC shell input ROS_IP before you run roscore service 10.0.0.14 is your local ip.
u64@u64-rosmaster:~$ export ROS_IP=10.0.0.14
u64@u64-rosmaster:~$ roscore
2.edit ros master PC/etc/hosts add your phone ip and name like
10.0.0.15 phone
good luck!
2 | No.2 Revision |
I have the same problem that cannot ping each other by name and solve this problem by doing this:
1.In ros master PC shell input ROS_IP before you run roscore service 10.0.0.14 is your local ip.
u64@u64-rosmaster:~$ export ROS_IP=10.0.0.14
u64@u64-rosmaster:~$ roscore
2.edit ros master PC/etc/hosts PC /etc/hosts add your phone ip and name like
10.0.0.15 phone
good luck!
3 | No.3 Revision |
I have the same problem that cannot ping each other by name and solve this problem by doing this:
1.In ros master PC shell input setup ROS_IP before you run roscore service 10.0.0.14 is your local ip.
u64@u64-rosmaster:~$ export ROS_IP=10.0.0.14
u64@u64-rosmaster:~$ roscore
2.edit ros master PC /etc/hosts add your phone ip and name like
10.0.0.15 phone
good luck!