Installation

  • There have two options install roch ROS packages, choose one of these for install.

Full installation

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

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

Wiki: Robots/Roch/installation/kinetic (last edited 2018-01-24 09:06:21 by SawYer)