camshift.launch 272 B

1234567891011
  1. <launch>
  2. <node pkg="rbx1_vision" name="camshift" type="camshift.py" output="screen">
  3. <remap from="input_rgb_image" to="/camera/rgb/image_raw" />
  4. <rosparam>
  5. smin: 85
  6. vmin: 50
  7. vmax: 254
  8. threshold: 50
  9. </rosparam>
  10. </node>
  11. </launch>