Add launch test

This commit is contained in:
Daisuke Sato 2021-05-22 19:35:09 +09:00
parent e057007d79
commit b269d0b48d
2 changed files with 4 additions and 2 deletions

View file

@ -18,7 +18,6 @@ on:
jobs:
industrial_ci:
continue-on-error: true
strategy:
matrix:
env:

View file

@ -63,4 +63,7 @@ target_link_libraries(opencv_camera ${catkin_LIBRARIES} ${OpenCV_LIBRARIES})
add_executable(camera_display src/camera_display)
target_link_libraries(camera_display ${catkin_LIBRARIES} ${OpenCV_LIBRARIES})
if (CATKIN_ENABLE_TESTING)
find_package(roslaunch REQUIRED)
roslaunch_add_file_check(launch)
endif()