-
Notifications
You must be signed in to change notification settings - Fork 17
Robot Hostname
Rob Linsalata edited this page May 2, 2013
·
1 revision
Each Baxter Research Robot comes with the robot computer's hostname set to the serial number of the robot. Baxter can be addressed out of the box using this hostname via Avahi (Link-Local) addressing.
For example, if Baxter's serial number reads 'S/N: 011303P0017', then the hostname will be '011303P0017', and the avahi local hostname will be broadcast as '011303P0017.local'. You can then run commands such as:
$ ping 011303P0017.local
or, resolve the robot's IP address using:
$ avahi-resolve-host-name 011303P0017.local
011303P0017.local 192.168.32.210
Note: Make sure you have the avahi programs installed by running:
$ sudo apt-get install avahi-autoipd avahi-daemon avahi-utils
See the Networking page for more information about setting up your network configuration.
The default hostname can be changed using the Field Service Menu (FSM).
© 2008-2013 Rethink Robotics. All rights reserved.