Install

The following instructions have been tested in Ubuntu 16.04 (Xenial), 64 bits.

ROS Kinetic

Set-up your computer to accept software from packages.ros.org and set-up your keys following the steps described at http://wiki.ros.org/kinetic/Installation/Ubuntu

Now, install the ROS bare bones:

1 # Installation
2 sudo apt-get update
3 sudo apt-get install python-wstool ros-kinetic-ros-base
4 # Initialize rosdep
5 sudo rosdep init
6 rosdep update

OpenRAVE

OpenRAVE is one of the most powerful existing simulation and motion planning environments. It is widely used in academia and industry.

Here you can find the automated installation scripts: https://github.com/crigroup/openrave-installation

note:

If the automated method fails, you can try the manual method: https://crigroup.gitbooks.io/osrobotics/content/installation/motion_planning.html

ROS Package installation

Go to your ROS working directory:

1 cd ~/catkin_ws/src

Clone these repositories:

1 git clone https://github.com/crigroup/or_octomap_plugin.git
2 git clone https://github.com/crigroup/openrave_catkin.git

Install any missing dependencies using rosdep:

1 rosdep update
2 rosdep install --from-paths . --ignore-src -y

Now, compile your ROS workspace:

1 cd ~/catkin_ws && catkin_make

Testing the Installation

Make sure you always source the appropriate ROS setup file, e.g:

1 source ~/catkin_ws/devel/setup.bash

The following will run the tests of the or_octomap_plugin package:



or_octomap_plugin
Author(s): Yan Yu
autogenerated on Tue Oct 24 2017 18:02:48