mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 10:00:48 +02:00
Copy config folder on install
This commit is contained in:
@@ -133,7 +133,7 @@ endif()
|
|||||||
## Specify additional locations of header files
|
## Specify additional locations of header files
|
||||||
## Your package locations should be listed before other locations
|
## Your package locations should be listed before other locations
|
||||||
# include_directories(include)
|
# include_directories(include)
|
||||||
include_directories(include
|
include_directories(include
|
||||||
${catkin_INCLUDE_DIRS}
|
${catkin_INCLUDE_DIRS}
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -176,6 +176,7 @@ target_link_libraries(ur_driver
|
|||||||
#############
|
#############
|
||||||
|
|
||||||
install(DIRECTORY launch/ DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/launch)
|
install(DIRECTORY launch/ DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/launch)
|
||||||
|
install(DIRECTORY config/ DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/config)
|
||||||
|
|
||||||
## Mark executables and/or libraries for installation
|
## Mark executables and/or libraries for installation
|
||||||
install(TARGETS ur_driver ur_hardware_interface
|
install(TARGETS ur_driver ur_hardware_interface
|
||||||
|
|||||||
Reference in New Issue
Block a user