Skip to content

Commit

Permalink
Merge pull request #80 from utexas-bwi/joq/cleanup
Browse files Browse the repository at this point in the history
bwi_virtour: install, test and doc fixes (#73, #78, utexas-bwi/bwi#46)
  • Loading branch information
jack-oquin authored Sep 14, 2016
2 parents bb6855c + 5469b1e commit a5fca22
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions bwi_virtour/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,11 @@ install(DIRECTORY launch/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/launch)

install(DIRECTORY scripts/
USE_SOURCE_PERMISSIONS
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})

# Test launch scripts
if (CATKIN_ENABLE_TESTING)
find_package(roslaunch REQUIRED)
roslaunch_add_file_check(launch)
endif()
6 changes: 4 additions & 2 deletions bwi_virtour/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ BWI Virtour
===========

Virtour is a public facing system for teleoperated building tours.
On the robot: uses ROS to manage tour, stream video, and take commands.
On the website: uses rosjs to pipe commands to the robot

* Web address: http://www.cs.utexas.edu/~larg/bwi_virtour/
* On the robot: uses ROS to manage tour, stream video, and take commands.
* On the website: uses rosjs to pipe commands to the robot

## Features

Expand Down
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 a5fca22

Please sign in to comment.