Installation Instructions

iClebo Kobuki is a mobile research robot from Yujin Robot. This instruction describes how to install Kobuki ros packages and get you ready to play with Kobuki. It assumes that you have already gotten ROS infrastructure and use Ubuntu Precise 12.04LTS. If ROS is not installed yet, please check out ROS installation before this. If you are running with different Operating system, ...good luck :P.

Install Kobuki

  • Kobuki debs

> sudo apt-get install ros-hydro-kobuki
  • Ecl dependency

> sudo apt-get install ros-groovy-ecl-threads ros-groovy-ecl-devices ros-groovy-ecl-streams ros-groovy-ecl-mobile-robot ros-groovy-ecl-sigslots 

> sudo apt-get install ros-hydro-yujin-ocs

Set udev Rule

Copy across a udev rule for /dev/kobuki and add the user to the dialout group (you may need to log out and log back in). See kobuki_ftdi for more details.

roscd kobuki_ftdi
make udev

Keyboard Teleoperation

Ready to rock! With all the software you have installed so far, you should be able to teleoperate your kobuki around with your keyboard!

# This launches the minimal operation configuration
> roslaunch kobuki_node minimal.launch
# This launches the keyboard teloperation node
# Probably you want to do this in another terminal
> roslaunch kobuki_keyop keyop.launch

Troubleshooting

If you get more troubles or need further help, please join our kobuki user mailing list and post an issue for us!

Next up

Now, that your ready to rock, let us take a closer look on Kobuki.

Wiki: kobuki/Tutorials/hydro (last edited 2013-09-11 06:50:11 by Jorge Santos)