turtlebot / turtlebot_apps

A group of simple demos and exmaples to run on your TurtleBot to help you get started with ROS and TurtleBot.
http://www.ros.org/wiki/turtlebot_apps
196 stars 225 forks source link

Change build commands to fix break caused by Eigen package moving #108

Closed PaulBouchier closed 10 years ago

PaulBouchier commented 10 years ago

The Eigen package moved to cmake_modules in indigo, so the CMakeLists.txt and package files for the two packages that depend on it had to be changed, per http://wiki.ros.org/indigo/Migration

kentsommer commented 10 years ago

Looks good! :bowtie: