We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f6fbb commit 3f81d67Copy full SHA for 3f81d67
include/sot/torque_control/CMakeLists.txt
@@ -16,6 +16,9 @@ SET(${LIBRARY_NAME}_HEADERS
16
torque-offset-estimator.hh
17
imu_offset_compensation.hh
18
admittance-controller.hh
19
+ )
20
+
21
+SET(${LIBRARY_NAME}_HEADERS_UTILS
22
utils/trajectory-generators.hh
23
utils/lin-estimator.hh
24
utils/poly-estimator.hh
@@ -25,3 +28,4 @@ SET(${LIBRARY_NAME}_HEADERS
25
28
)
26
29
27
30
INSTALL(FILES ${${LIBRARY_NAME}_HEADERS} DESTINATION include/${CUSTOM_HEADER_DIR})
31
+INSTALL(FILES ${${LIBRARY_NAME}_HEADERS_UTILS} DESTINATION include/${CUSTOM_HEADER_DIR}/utils)
0 commit comments