Skip to content

Commit 15e01f8

Browse files
committed
Install more files...
1 parent f01f181 commit 15e01f8

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

rqt_industrial_robot/CMakeLists.txt

+10-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ find_package(catkin REQUIRED COMPONENTS
1111
tf
1212
)
1313

14+
catkin_python_setup()
15+
1416
catkin_package()
1517

1618
include_directories(
@@ -32,9 +34,15 @@ install(DIRECTORY
3234
)
3335

3436
install(FILES
35-
plugin_kinematics.xml
36-
plugin_vacuum_gripper.xml
37+
all.perspective
38+
kinematics.perspective
39+
mobile_manipulator.perspective
3740
plugin_camera.xml
41+
plugin_kinematics.xml
3842
plugin_mobile_manipulator.xml
43+
plugin_vacuum_gripper.xml
44+
src/rqt_kinematics/joints_setup.yaml
45+
ur5_vacuum_gripper.perspective
46+
ur5_vacuum_gripper_camera.perspective
3947
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
4048
)

0 commit comments

Comments
 (0)