-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with YOLOV11 Node Output #65
Comments
@besma14 can you check the QoS of the camera topics? Both, the publisher and subscriber must have the same QoS. |
@besma14 check if the |
@besma14 I also want to use Basler camera to realize YOLO real-time detection, can you help me solve some problems? How can I use the Basler camera to achieve detection in Rviz2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I am using a Basler camera with ROS2, and its topic is configured as /cam0, /cam1 ... . I launch the YOLO node with the following command using the GPU: ros2 launch yolo_bringup yolov11.launch.py input_image_topic:="/cam1"
However, I do not receive any detection output on topics like /yolo/dbg_image or /yolo/detections. The camera is functioning correctly and publishing images on /cam0.
Could you please assist me in diagnosing and resolving this issue?
i have ROS2 Humble, ubuntu 22.04, i used the dockerfile
Thank you in advance for your support.
The text was updated successfully, but these errors were encountered: