Skip to content

Commit

Permalink
bwi_virtour: add roslaunch check (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-oquin committed Aug 30, 2016
1 parent bb6855c commit 9491055
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bwi_virtour/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,9 @@ install(DIRECTORY launch/

install(DIRECTORY scripts/
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})

# Test launch scripts
if (CATKIN_ENABLE_TESTING)
find_package(roslaunch REQUIRED)
roslaunch_add_file_check(launch)
endif()
1 change: 1 addition & 0 deletions bwi_virtour/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<depend>roscpp</depend>
<depend>std_msgs</depend>

<exec_depend>bwi_services</exec_depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend>rosbridge_server</exec_depend>
<exec_depend>web_video_server</exec_depend>
Expand Down

0 comments on commit 9491055

Please sign in to comment.