File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,22 +140,22 @@ install(
140140 pick_place/urdf
141141 DESTINATION share/${PROJECT_NAME} )
142142
143- install (
144- FILES ${RI_ROOT_DIR} /Launchers/follow_road.launch.py
145- ${RI_ROOT_DIR} /Launchers/rescue_people.launch.py
146- DESTINATION share/${PROJECT_NAME} /launch)
143+ # install(
144+ # FILES ${RI_ROOT_DIR}/Launchers/follow_road.launch.py
145+ # ${RI_ROOT_DIR}/Launchers/rescue_people.launch.py
146+ # DESTINATION share/${PROJECT_NAME}/launch)
147147
148148if (BUILD_TESTING)
149149 # find_package(ament_lint_auto REQUIRED)
150150 # ament_lint_auto_find_test_dependencies()
151151
152- find_package (launch_testing_ament_cmake REQUIRED )
153- # Use file(GLOB...) to find all test files matching the pattern
154- file (GLOB TEST_FILES "${RI_ROOT_DIR} /test/test*.py" )
155- # Loop through each test file and add it as a launch test
156- foreach (test_file ${TEST_FILES} )
157- add_launch_test (${test_file} TIMEOUT 90 )
158- endforeach ()
152+ # find_package(launch_testing_ament_cmake REQUIRED)
153+ # # Use file(GLOB...) to find all test files matching the pattern
154+ # file(GLOB TEST_FILES "${RI_ROOT_DIR}/test/test*.py")
155+ # # Loop through each test file and add it as a launch test
156+ # foreach(test_file ${TEST_FILES})
157+ # add_launch_test(${test_file} TIMEOUT 90)
158+ # endforeach()
159159endif ()
160160
161161ament_export_libraries (personplugin )
You can’t perform that action at this time.
0 commit comments