Skip to content

Latest commit

 

History

History
66 lines (50 loc) · 1.6 KB

README_DEPENDENCIES.md

File metadata and controls

66 lines (50 loc) · 1.6 KB

RRT Path Planner Plugin Dependency Installation Instructions

This file has installation instructions for packages that the RRT path planner plugin relies on.

ROS

Full instructions for installing ROS Kinetic Kame can be found here.

The following instructions are for an Ubuntu installation.

  1. Set up your sources.list
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
  1. Set up your keys
sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116
  1. Installation Make sure your Debian package is up to date:
sudo apt-get update

Perform a full desktop install:

sudo apt-get install ros-kinetic-desktop-full
  1. Initialize rosdep
sudo rosdep init
rosdep update
  1. Environment set up
echo "source /opt/ros/kinetic/setup.bash" >> ~/.bashrc
source ~/.bashrc
  1. Install rosinstall
sudo apt-get install python-rosinstall python-rosinstall-generator python-wstool build-essential

Catkin

Full instructions for installing Catkin can be found here.

sudo apt-get install ros-lunar-catkin

RViz

Full instructions for installing Rviz can be found here.

sudo apt-get install ros-kinetic-rviz

Gazebo

Full instructions for installing Gazebo can be found here.