Documentation Status

Cannot load information on name: ethzasl_icp_mapping, distro: electric, which means that it is not yet in our index. Please see this page for information on how to submit your repository to our index.
Cannot load information on name: ethzasl_icp_mapping, distro: hydro, which means that it is not yet in our index. Please see this page for information on how to submit your repository to our index.

Overview

This stack provides a real-time 2D and 3D ICP-based SLAM system that can fit a large variety of robots and application scenarios, without any code change or recompilation. You are most probably interest in starting by having a look at the mapper package.

Installation

Ubuntu Binary

With ROS fuerte or groovy installed, just type:

sudo apt-get install ros-$ROS_DISTRO-ethzasl-icp-mapping

Sources

Make sure you have git installed:

sudo apt-get install git-core

Get the stack:

git clone --recursive git://github.com/ethz-asl/ethzasl_icp_mapping.git

Make sure that it is included in your ROS_PACKAGE_PATH:

export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:`pwd`/ethzasl_icp_mapping

Get the dependencies:

sudo apt-get install ros-$ROS_DISTRO-map-msgs
rosdep update
rosdep install ethzasl_icp_mapping

Compile the stack:

rosmake ethzasl_icp_mapping

Report a Bug

Please report bugs and request features using the github page.

Wiki: ethzasl_icp_mapping (last edited 2013-01-31 13:57:06 by StephaneMagnenat)