(!) Please ask about problems and questions regarding this tutorial on answers.ros.org. Don't forget to include in your question the link to this page, the versions of your OS & ROS, and also add appropriate tags.

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.

Install Debs

Install Sources

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-hydro-ecl
# OR
> sudo apt-get install ros-hydro-ecl-tools ros-hydro-ecl-lite ros-hydro-ecl-core ros-hydro-ecl-manipulation ros-hydro-ecl-navigation

Sources

# A few useful workspace tools
> sudo apt-get install ros-hydro-catkin ros-hydro-rosbash
> mkdir ~/rocon
> cd ~/rocon
> wstool init -j4 src https://raw.github.com/stonier/ecl_core/hydro/ecl.rosinstall
> rosdep install --from-paths src /opt/ros/hydro --ignore-src --rosdistro hydro -y
> . /opt/ros/hydro/setup.bash
> catkin_make

Wiki: ecl/Tutorials/hydro/Installation (last edited 2014-04-05 06:43:03 by DanielStonier)