Skip to content

Commit

Permalink
segbot_sensors: add missing diagnostics dependencies (#35)
Browse files Browse the repository at this point in the history
add launch check for diagnostics script
  • Loading branch information
jack-oquin committed Apr 5, 2015
1 parent e2c4df3 commit 9c571fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions segbot_sensors/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ if (CATKIN_ENABLE_TESTING)
find_package(roslaunch REQUIRED)
roslaunch_add_file_check(launch)
roslaunch_add_file_check(launch/arduino)
roslaunch_add_file_check(launch/diagnostic)
roslaunch_add_file_check(launch/hokuyo)
roslaunch_add_file_check(launch/kinect)
roslaunch_add_file_check(launch/ptgrey)
Expand Down
2 changes: 2 additions & 0 deletions segbot_sensors/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

<run_depend>camera1394</run_depend>
<run_depend>depthimage_to_laserscan</run_depend>
<run_depend>diagnostic_aggregator</run_depend>
<run_depend>diagnostic_msgs</run_depend>
<run_depend>filters</run_depend>
<run_depend>freenect_launch</run_depend>
Expand All @@ -48,6 +49,7 @@
<run_depend>python-serial</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>rospy</run_depend>
<run_depend>rqt_robot_monitor</run_depend>
<run_depend>rviz</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>smart_battery_msgs</run_depend>
Expand Down

0 comments on commit 9c571fb

Please sign in to comment.