Livox-SDK / livox_ros_driver

Livox device driver under ros, support Lidar Mid-40, Mid-70, Tele-15, Horizon, Avia.
Other
365 stars 203 forks source link

fix: add launch copy command in CMakeLists.txt #44

Closed DK-sr closed 4 years ago

DK-sr commented 4 years ago

I faced one issue when I use this ros driver as "installed" version. (which is generated by catkin_make install command). The issue is installed version doesn't copy launch directory from the source so I couldn't use roslaunch command.

In this branch, I added some lines in CMakeList.txt for copying launch directory. This would be helpful for someone who wants to use just deployed ros driver.