File: test_python_exercise_simple_client.launch

package info (click to toggle)
ros-actionlib 1.14.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,204 kB
  • sloc: cpp: 4,473; python: 2,127; xml: 55; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
<launch>

  <node name="mock_simple_server"
        pkg="actionlib" type="mock_simple_server.py" output="screen" />

  <test test-name="test_py_simple_client"
        pkg="actionlib" type="exercise_simple_client.py" time-limit="120.0" />

</launch>