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

correct installation location of tool_comm script

This commit is contained in:
Felix Mauch
2019-06-24 12:10:26 +02:00
parent 98a6e05d18
commit 792c621f82

View File

@@ -119,7 +119,7 @@ install(TARGETS ur_rtde_driver ur_rtde_driver_node
)
install(PROGRAMS scripts/tool_communication
DESTINATION ${CATKIN_PACKAGE_PYTHON_DESTINATION})
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})
install(DIRECTORY config launch
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})