File: test_simple_action_server_deadlock_python.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 (11 lines) | stat: -rw-r--r-- 818 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
<launch>
    <!-- Companion nodes -->
    <node pkg="actionlib" type="simple_action_server_deadlock_companion.py" name="deadlock_companion_1" required="false"/>
    <node pkg="actionlib" type="simple_action_server_deadlock_companion.py" name="deadlock_companion_2" required="false"/>
    <node pkg="actionlib" type="simple_action_server_deadlock_companion.py" name="deadlock_companion_3" required="false"/>
    <node pkg="actionlib" type="simple_action_server_deadlock_companion.py" name="deadlock_companion_4" required="false"/>
    <node pkg="actionlib" type="simple_action_server_deadlock_companion.py" name="deadlock_companion_5" required="false"/>

    <!-- Actual testing node -->
    <test pkg="actionlib" type="test_simple_action_server_deadlock.py" test-name="test_simple_action_server_deadlock" />
</launch>