ros2opencv2.launch 249 B

12345678
  1. <launch>
  2. <node pkg="rbx1_vision" name="ros2opencv2" type="ros2opencv2.py" output="screen">
  3. <remap from="input_rgb_image" to="/camera/rgb/image_raw" />
  4. <remap from="input_depth_image" to="/camera/depth/image_raw" />
  5. </node>
  6. </launch>