RBTNK-DOC-161020A
System Software and Architecture Manual.
RB-1 Modular Mobile Manipulator
4. SSH Connection.
First, connect to the Wifi Network provided by the RB-1:
Wifi SSID: RB1-161020A (A..Z)
Wifi Password: R0b0tn1K (R and K capital letters)
Then, connect to the CPU using your favourite SSH Client:
RB-1 IP Address: 192.168.0.200
User/Password: rb1 / R0b0tn1K (R and K capital letters)
5. Remote PC
The RB-1 software architecture is based on the open source robots framework
ROS Indigo release, which is targeted at the Ubuntu 14.04 LTS Release. It is
recommended to install both versions.
Ubutnu 14.04 installation guide: http://releases.ubuntu.com/14.04/
ROS Indigo installation guide: http://wiki.ros.org/indigo/Installation/Ubuntu
ROS Tutorials: http://wiki.ros.org/ROS/Tutorials
After both are installed, create a Catkin Workspace and install the RB-1
Software from source, located at:
https://github.com/RobotnikAutomation/rb1_common
Then, add the following line to the /etc/hosts file in your computer to be able to
connect to the RB-1 CPU:
user@remote:~$ sudo vim.tiny /etc/hosts
# add the following line
192.168.0.200 rb1-161020A
Finally, you will be able to use the different ROS tools, such as RViz, to operate
the robot from your remote PC.
5