projects
/
q2d.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a93f02d
)
Fix CMakeLists.txt to install scripts.
author
Walter Fetter Lages
<w.fetter@ieee.org>
Wed, 15 Mar 2023 04:16:11 +0000
(
01:16
-0300)
committer
Walter Fetter Lages
<w.fetter@ieee.org>
Wed, 15 Mar 2023 04:16:11 +0000
(
01:16
-0300)
q2d_bringup/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/q2d_bringup/CMakeLists.txt
b/q2d_bringup/CMakeLists.txt
index
5b75510
..
3b6c960
100644
(file)
--- a/
q2d_bringup/CMakeLists.txt
+++ b/
q2d_bringup/CMakeLists.txt
@@
-8,7
+8,11
@@
endif()
# find dependencies
find_package(ament_cmake REQUIRED)
-install(PROGRAMS scripts/ijc_step.sh scripts/ijc_square.py
+install(PROGRAMS
+ scripts/ijc_step.sh
+ scripts/ijc_square.py
+ scripts/group_torque_step.sh
+ scripts/joint_trajectory_step.sh
DESTINATION lib/${PROJECT_NAME}
)