Skip to content

Commit

Permalink
Install more files...
Browse files Browse the repository at this point in the history
  • Loading branch information
eborghi10 committed Aug 3, 2021
1 parent f01f181 commit 15e01f8
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions rqt_industrial_robot/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ find_package(catkin REQUIRED COMPONENTS
tf
)

catkin_python_setup()

catkin_package()

include_directories(
Expand All @@ -32,9 +34,15 @@ install(DIRECTORY
)

install(FILES
plugin_kinematics.xml
plugin_vacuum_gripper.xml
all.perspective
kinematics.perspective
mobile_manipulator.perspective
plugin_camera.xml
plugin_kinematics.xml
plugin_mobile_manipulator.xml
plugin_vacuum_gripper.xml
src/rqt_kinematics/joints_setup.yaml
ur5_vacuum_gripper.perspective
ur5_vacuum_gripper_camera.perspective
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

0 comments on commit 15e01f8

Please sign in to comment.