ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Depends on your situation but If you have a camera, then you will need to write a publisher and use cv_bridge and opencv to convert the image to sensor_msgs/image message type, and use the ROS2 node to publish the image to a topic. On the other end you will also need a subscriber that does the same thing the other way around. Also, the ROS wiki is here , not sure if there is a ros2 wiki but the tutorials would be similar.