!

Note: This tutorial assumes that you have completed the previous tutorials: ROS tutorials, ros.org.
(!) Please ask about problems and questions regarding this tutorial on answers.ros.org. Don't forget to include in your question the link to this page, the versions of your OS & ROS, and also add appropriate tags.

Installation

Description: This tutorial will cover the steps needed for installing the robot software on a new computer.

Tutorial Level: BEGINNER

Next Tutorial: Robot bring-up and basic usage

In order to install the komodo2 package please follow the following steps:

1.1. Install Ubuntu 16.04 64-bit - please refer to this link for download and installation instructions.

If your computer already runs ubuntu 16.04 you can skip this step.

1.2. Install ROS Kinetic (Desktop-Full Install) - please refer to this link for installation instructions. If you already have ROS Kinetic you can skip this step.

1.3. Install and configure your ROS environment - please refer to this link for instructions. If you already have a workspace and a configured environment you can skip this step.

1.4. Clone the komodo2 repository into your catkin workspace and run the installation script:

$ sudo apt-get update
$ cd ~/catkin_ws/src
$ git clone https://github.com/robotican/komodo2.git
$ cd ~/catkin_ws/src/komodo2/komodo2
$ ./setup.sh

* If you wish to install komodo2 package on real komodo2 robot (as opposed to install it on your computer for simulation), please replace this line:

$ ./setup.sh

with this:

$ ./setup.sh hw

* After setup is done, it will ask you to reboot in order to complete installation. After reboot, you should be ready to go.

* If you wish to use the Gazebo simulator, we recommend to download additional gazebo models from here. after you run the simulator for the first time, uncompress the file and copy all of it's content to: ~/.gazebo/models directory. this step is mandatory for running our demos.

Wiki: komodo2/Tutorials/Installation (last edited 2019-03-03 11:12:10 by YairShlomi)