File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -27,3 +27,15 @@ install(FILES
27
27
pr2_recalibrate.launch
28
28
pr2-c2.launch
29
29
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} )
30
+
31
+ if (CATKIN_ENABLE_TESTING )
32
+ find_package (rostest REQUIRED )
33
+ find_package (roslaunch REQUIRED )
34
+ # Tests that PR2 diagnostic analyzers configuration loads
35
+ add_rostest (test /pr2_analyzers_load_test.launch )
36
+ # Disable because pr2.launch needs to resolve c1/c2 hostname
37
+ # roslaunch_add_file_check(pr2.launch ROS_ENV_LOADER=/opt/ros/$ENV{ROS_DISTRO}/env.sh)
38
+ # roslaunch_add_file_check(pr2-c2.launch)
39
+ roslaunch_add_file_check (pr2_recalibrate.launch )
40
+ endif ()
41
+
Original file line number Diff line number Diff line change 12
12
13
13
<buildtool_depend >catkin</buildtool_depend >
14
14
15
+ <!-- for testing -->
15
16
<build_depend >rostest</build_depend >
17
+ <build_depend >roslaunch</build_depend >
16
18
17
19
<run_depend >pr2_description</run_depend >
18
20
<run_depend >pr2_machine</run_depend >
47
49
<run_depend >pr2_computer_monitor</run_depend >
48
50
<run_depend >diagnostic_aggregator</run_depend >
49
51
<run_depend >pr2_dashboard_aggregator</run_depend >
52
+ <run_depend >imu_monitor</run_depend >
50
53
</package >
You can’t perform that action at this time.
0 commit comments