File: test_nodelet_throttle.launch

package info (click to toggle)
ros-nodelet-core 1.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 596 kB
  • sloc: cpp: 2,473; python: 367; xml: 171; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 428 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
<launch>
  <node pkg="nodelet" name="nodelet_manager" type="nodelet" args="manager"/>

  <node pkg="nodelet" name="nodelet_throttle" type="nodelet"
	args="load test_nodelet_topic_tools/NodeletThrottleString nodelet_manager">
    <remap from="topic_in"  to="string_in"/>
    <remap from="topic_out" to="string_out"/>
  </node>

  <test pkg="test_nodelet_topic_tools" test-name="test_throttle" type="test_throttle.py"/>
</launch>