1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-10 01:50:46 +02:00

Add a launchfile for the calibration correction

This way, it is not necessary to have a roscore running when doing the calibration extraction.
This commit is contained in:
Felix Mauch
2019-06-19 16:18:00 +02:00
parent 766fb8aaa5
commit 58483f91b7
2 changed files with 16 additions and 0 deletions

View File

@@ -173,6 +173,8 @@ target_link_libraries(calibration_correction
# # myfile2
# DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
# )
install(DIRECTORY launch
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
#############
## Testing ##