[Documentation] [TitleIndex] [WordIndex

Installation

Full installation

1. Debain installation

For Debain installation, you can type under command.

  sudo apt-get install ros-kinetic-roch-bringup ros-kinetic-roch-navigation ros-kinetic-roch-teleop ros-kinetic-roch-follower ros-kinetic-roch-rapps ros-kinetic-roch-robot ros-kinetic-roch-simulator ros-kinetic-roch-viz

2. Source installation

For source installation, you can enter following command.

> sudo apt-get install python-rosdep python-wstool ros-kinetic-ros
> sudo rosdep init
> rosdep update

If you created catkin workspace can skip under command, otherwise type following command:

> mkdir -p ~/catkin_ws/src
> cd ~/catkin_ws

Compile code:

> wstool init -j5 src https://raw.github.com/Soy-Robotics/roch_robot/kinetic/roch.rosinstall
>  rosdep install --from-paths src --ignore-src --rosdistro kinetic -y
>  catkin_make

Optional installation


2024-04-13 12:23