Skip to content

Commit

Permalink
add roslaunch checks for additional robots
Browse files Browse the repository at this point in the history
  • Loading branch information
fmessmer committed Jan 30, 2020
1 parent 0089a7d commit 2bae2d2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cob_bringup/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ if(CATKIN_ENABLE_TESTING)
message("testing for robot: ${robot}")
roslaunch_add_file_check(robots/${robot}.xml)
endforeach()

# additional robots not officially supported
set(test_list
raw-mini
)
foreach(robot ${test_list})
message("testing for robot: ${robot}")
roslaunch_add_file_check(robots/${robot}.xml)
endforeach()
endif()

### INSTALL ###
Expand Down

0 comments on commit 2bae2d2

Please sign in to comment.