Skip to content

Commit f406148

Browse files
Add ruckig to cpack script
1 parent d2618b8 commit f406148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.run-cpack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ echo " artifact_dir: $artifact_dir"
2020
echo " artifact_ext: $artifact_ext"
2121
echo " build_dir: $build_dir"
2222

23-
declare -a StringArray=("tesseract_command_language" "tesseract_examples" "tesseract_motion_planners" "tesseract_task_composer" "tesseract_time_parameterization")
23+
declare -a StringArray=("ruckig" "tesseract_command_language" "tesseract_examples" "tesseract_motion_planners" "tesseract_task_composer" "tesseract_time_parameterization")
2424

2525
# Iterate the packages using for loop
2626
for val in ${StringArray[@]}; do

0 commit comments

Comments
 (0)