KumarRobotics / camera_base

Some base classes for simplifing ROS camera driver node.
13 stars 44 forks source link

Added install target for launch directory. #4

Closed jhoare closed 5 years ago

jhoare commented 5 years ago

flea3's single_node.launch attempts to include the launch file in camera_base which does not have an install target.

If attempting to run flea3's launch file from the installed directory, it will get a no such file or directory error. This pull request will install the launch file directory to the correct place to prevent this.

versatran01 commented 5 years ago

Thanks!