File: unit_test.test

package info (click to toggle)
ros-image-common 1.12.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 736 kB
  • sloc: cpp: 3,310; xml: 186; python: 38; makefile: 6
file content (17 lines) | stat: -rw-r--r-- 449 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!-- -*- mode: XML -*- -->
<!-- rostest launch file for camera_info_manager

     This unit test uses rostest, because the camera_info_manager
     constructor requires a node handle. Apart from needing a ROS
     environment, it is completely self-contained.

     $Id$
  -->

<launch>

  <!-- start unit-test node -->
  <test pkg="camera_info_manager" type="unit_test" name="unit_test"
        test-name="unit_test" time-limit="2.0" />

</launch>