File: test_python_simple_client.launch

package info (click to toggle)
ros-actionlib 1.14.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,204 kB
  • sloc: cpp: 4,473; python: 2,127; xml: 55; makefile: 5
file content (5 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (5)
1
2
3
4
5
<launch>
  <node pkg="actionlib" type="actionlib-simple_execute_ref_server" name="ref_server" output="screen" />

  <test test-name="simple_python_client_test" pkg="actionlib" type="simple_python_client_test.py" />
</launch>