Provides quick access and useful resources for Yujin Robot’s Iclebo Kobuki.

Quick AccessPermalink

Before InstallingPermalink

Install ROS Melodic.

Quick StartPermalink

You can refer to this GitHub repo and follow the instructions

Note that Kobuki is a type of TurtleBot, so all turtlebot scripts can be used.

Specifically, the installation instructions is as follows:

mkdir -p ~/turtlebot2_ws/src
cd ~/turtlebot2_ws
catkin_make
curl -sLf https://raw.githubusercontent.com/gaunthan/Turtlebot2-On-Melodic/master/install_basic.sh | bash
catkin_make
# Bring up kobuki in new terminal
source ./devel/setup.bash
roslaunch turtlebot_bringup minimal.launch
# Control kobuki in new terminal
source ./devel/setup.bash
roslaunch turtlebot_teleop keyboard_teleop.launch

TroubleshootingPermalink

See ROS Troubleshooting document.

Kobuki specific troubleshooting guide: https://kobuki.readthedocs.io/en/devel/troubleshooting.html

Tags:

Updated:

Posted:

Comments are configured with provider: disqus, but are disabled in non-production environments.