File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,23 @@ demo(pick_place_demo)
64
64
target_link_libraries (${PROJECT_NAME} _pick_place_task pick_place_demo_parameters )
65
65
target_link_libraries (${PROJECT_NAME} _pick_place_demo ${PROJECT_NAME} _pick_place_task )
66
66
67
+ install (PROGRAMS
68
+ scripts/alternatives.py
69
+ scripts/cartesian.py
70
+ scripts/compute_ik.py
71
+ scripts/constrained.py
72
+ scripts/current_state.py
73
+ scripts/fallbacks.py
74
+ scripts/fix_collision_objects.py
75
+ scripts/fixed_state.py
76
+ scripts/generate_pose.py
77
+ scripts/merger.py
78
+ scripts/modify_planning_scene.py
79
+ scripts/multi_planner.py
80
+ scripts/pickplace.py
81
+ scripts/properties.py
82
+ DESTINATION lib/${PROJECT_NAME} )
83
+
67
84
install (DIRECTORY launch config
68
85
DESTINATION share/${PROJECT_NAME}
69
86
)
You can’t perform that action at this time.
0 commit comments