File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ find_package(rclpy REQUIRED)
12
12
13
13
install (DIRECTORY scripts/converters DESTINATION lib/${PROJECT_NAME} )
14
14
install (DIRECTORY scripts/ros2_utils DESTINATION lib/${PROJECT_NAME} )
15
+ install (DIRECTORY scripts/components DESTINATION lib/${PROJECT_NAME} )
16
+ install (DIRECTORY scripts/configuration DESTINATION lib/${PROJECT_NAME} )
17
+ install (DIRECTORY scripts/utils DESTINATION lib/${PROJECT_NAME} )
15
18
16
19
execute_process (
17
20
COMMAND bash -c "python3 -m pip install -r ${CMAKE_CURRENT_SOURCE_DIR} /../requirements.txt"
@@ -20,6 +23,7 @@ execute_process(
20
23
# Install scripts
21
24
install (PROGRAMS
22
25
scripts/main.py
26
+ scripts/ros2_adapter.py
23
27
scripts/config.json
24
28
DESTINATION lib/${PROJECT_NAME}
25
29
)
You can’t perform that action at this time.
0 commit comments