File: test_cpp_client_single_threaded.test

package info (click to toggle)
ros-dynamic-reconfigure 1.7.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 524 kB
  • sloc: python: 1,752; cpp: 657; xml: 35; ansic: 18; makefile: 11; sh: 2
file content (5 lines) | stat: -rw-r--r-- 297 bytes parent folder | download | duplicates (2)
1
2
3
4
5
<launch>
  <node pkg="dynamic_reconfigure" type="dynamic_reconfigure-ref_server" name="ref_server" output="screen" />

  <test test-name="dynamic_reconfigure_single_threaded_client_test" pkg="dynamic_reconfigure" type="dynamic_reconfigure-test_client_single_threaded" time-limit="1.0"/>
</launch>