ros-perception / calibration

Provides a toolchain to calibrate sensors and URDF robot models.
http://www.ros.org/wiki/calibration
33 stars 30 forks source link

change launch file location #32

Closed k-okada closed 10 years ago

k-okada commented 10 years ago

currently launch files are located under launch/ directory but when it is installed, they copy under capture_data directory, and downstream packages uses launch files under capture_data, not launch (https://github.com/mikeferguson/maxwell/blob/sixdof/maxwell_calibration/capture_data/capture_data.launch)

This means that this package will not work on devel setup, you have to catkin_make install to use this package. So this PR moves launch files under capture_data so that you can use both devel and installed situation.