ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I am now able to receive camera feed along with the OpenCV drawn circle. To fix the issue, I changed which topic the subscriber (image_sub_
) was subscribed to: from /camera/image_raw
to /ardrone/image_raw
. Could this change have a significant effect on vision processing?