File: pong.launch

package info (click to toggle)
ros-vision-opencv 1.16.2%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 632 kB
  • sloc: cpp: 2,981; python: 679; xml: 91; sh: 21; makefile: 9
file content (5 lines) | stat: -rw-r--r-- 253 bytes parent folder | download | duplicates (3)
1
2
3
4
5
<launch>
  <master auto="start"/>
  <node name="image_view_pong" pkg="image_view" type="image_view" args="image:=/opencv_tests/images" respawn="false" output="screen"/>
  <node name="png" pkg="opencv_tests" type="source.py" respawn="false" />
</launch>