diff --git a/ur_calibration/CMakeLists.txt b/ur_calibration/CMakeLists.txt index 6b8c026..08fb31e 100644 --- a/ur_calibration/CMakeLists.txt +++ b/ur_calibration/CMakeLists.txt @@ -173,6 +173,8 @@ target_link_libraries(calibration_correction # # myfile2 # DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} # ) +install(DIRECTORY launch + DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}) ############# ## Testing ## diff --git a/ur_calibration/launch/calibration_correction.launch b/ur_calibration/launch/calibration_correction.launch new file mode 100644 index 0000000..ae2f982 --- /dev/null +++ b/ur_calibration/launch/calibration_correction.launch @@ -0,0 +1,14 @@ + + + + + + + + + + + + + +