ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

From your question it looks like you've copied the system package directly into your workspace. If this is not the case plqI don't know what the implications of copying a system package directly to your workspace are. In case

click to hide/show revision 2
full answer. stupid cat jumped on the keyboard while I was typing it out the first time around.

From your question it looks like you've copied the system package directly into your workspace. If this is not the case plqI don't know what please ignore the implications rest of copying a the answer.

To get the code in your local workspace, you should download it from source into your local workspace. On the corresponding wiki page (http://www.ros.org/wiki/hector_geotiff), the source repository is listed as "svn https://tu-darmstadt-ros-pkg.googlecode.com/svn/trunk/hector_slam". So you can use the following command to download it in your workspace:

svn checkout https://tu-darmstadt-ros-pkg.googlecode.com/svn/trunk/hector_slam

You'll then need to make to do the following:

  1. Add the package to your ROS_PACKAGE_PATH inside your ~/.bashrc
  2. Get all the dependencies for this package. Since you have the system package directly installed as well, you can most likely skip this step.
  3. Run "rosmake hector_geotiff"

You should be good to your workspace are. In case go then!