ros-aldebaran / romeo_robot

ROS stack for Aldebaran's Romeo robot
4 stars 7 forks source link

Call catkin_package() in romeo_sensors #2

Closed cottsay closed 9 years ago

cottsay commented 9 years ago

If you don't call catkin_package(), ${CATKIN_PACKAGE_SHARE_DESTINATION} never gets set. This results in your files getting installed to the system root partition (/) instead of /opt/ros/indigo/share/romeo_sensors.

This is a major packaging bug.

Example of breakage: http://csc.mcs.sdsmt.edu/jenkins/job/ros-indigo-romeo-sensors_binaryrpm_heisenbug_x86_64/1/console

Thanks,

--scott

cottsay commented 9 years ago

Fixed via 4bfba4f21eca9f59d281b3364bd7f36ebe366ad6