You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First I run sudo avahi-autoipd eth0 and the result is:
Found user 'avahi-autoipd' (UID 105) and group 'avahi-autoipd' (GID 113).
Successfully called chroot().
Successfully dropped root privileges.
Starting with address 169.254.6.90
Callout BIND, address 169.254.6.90 on interface eth0
Successfully claimed IP address 169.254.6.90
Then I open a new terminal and run ping 021608CP00057.local, where 021608CP00057.local is the controller's serial number, the output seems right:
PING 021608CP00057.local (169.254.6.199) 56(84) bytes of data.
64 bytes from 021608CP00057.local (169.254.6.199): icmp_seq=1 ttl=64 time=0.315 ms
64 bytes from 021608CP00057.local (169.254.6.199): icmp_seq=2 ttl=64 time=0.154 ms
64 bytes from 021608CP00057.local (169.254.6.199): icmp_seq=3 ttl=64 time=0.177 ms
After this, I run ./intera.sh in the folder ros_ws, and the ping command turns to be this:
From 172.17.0.1 icmp_seq=33 Destination Host Unreachable
From 172.17.0.1 icmp_seq=34 Destination Host Unreachable
From 172.17.0.1 icmp_seq=35 Destination Host Unreachable
From 172.17.0.1 icmp_seq=36 Destination Host Unreachable
I've changed robot_hostname to be the serial number and your_ip = 169.254.6.90 in intera.sh.
I don't know why this sh file can't work? This processing seems workable when I connect another Baxter robot.
Thanks a lot!
The text was updated successfully, but these errors were encountered:
Problem: I followed the install instruction in http://sdk.rethinkrobotics.com/intera/Workstation_Setup and everything works well until I connect Sawyer to my computer with cable.
sudo avahi-autoipd eth0
and the result is:ping 021608CP00057.local
, where021608CP00057.local
is the controller's serial number, the output seems right:./intera.sh
in the folderros_ws
, and the ping command turns to be this:By the way, the
env | grep ROS
gives me:I've changed
robot_hostname
to be the serial number andyour_ip = 169.254.6.90
inintera.sh
.I don't know why this sh file can't work? This processing seems workable when I connect another Baxter robot.
Thanks a lot!
The text was updated successfully, but these errors were encountered: