![]() |
Installation
Description: Installing the complete ecl environment.Keywords: ecl installation
Tutorial Level: BEGINNER
Overview
This tutorial guides you through the installation of the ecl stacks and their dependencies.
Debs Installation
These instructions are intended for users with Ubuntu Saucy or Trusty already installed.
Follow the generic ubuntu instructions for a minimal installation. In addition, you will need to install the following debs:
> sudo apt-get install ros-groovy-ecl # OR > sudo apt-get install ros-groovy-ecl-tools ros-groovy-ecl-lite ros-groovy-ecl-core ros-groovy-ecl-manipulation ros-groovy-ecl-navigation
Sources
# A few useful workspace tools > sudo apt-get install ros-groovy-catkin ros-groovy-rosbash > mkdir ~/rocon > cd ~/rocon > wstool init -j4 src https://raw.github.com/stonier/ecl_core/groovy/ecl.rosinstall > rosdep install --from-paths src /opt/ros/groovy --ignore-src --rosdistro groovy -y > . /opt/ros/groovy/setup.bash > catkin_make