-
Notifications
You must be signed in to change notification settings - Fork 311
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
Can not get pose information and aruco_marker tf from ZED Mini camera #115
Comments
Hello @wangqingyu985, The ARuCo pose information is only published when there is a subscriber and it is the same for the TF. This is done to reduce the computational load on the CPU. If you are still facing the issue, we request you send the proper instructions to reproduce the issue. If not, it would be difficult for us to help you. Best Regards, |
@saikishor For RealSense camera, when I annotated the above code, I can finally get the tf information. |
Hello @wangqingyu985, Thank you for providing the proper information. Regarding your issue, it seems to me that the camera is not calibrated and the information inside the Thank you, Best Regards, |
Hello @wangqingyu985, Could you please share the info from the Best Regards, |
|
Hello @wangqingyu985, I'm not sure about the issue here, but I think it is from the camera_info topic because that is what it uses to compute the transformation. Thank you, Best Regards, |
It seems the hight and width are 0 in camera_info topic, what should I do to solve this problem? |
Hello @wangqingyu985, For using the aruco_ros, you need to have the intrinsics of your camera calibrated. I think you could fix it, by calibrating your camera. You can find some info here : http://wiki.ros.org/camera_calibration. Once you solve your issue, please respond here or close the issue. Thank you, Best Regards, |
i face the same problem, but i use a single camera which has been calibrated, could you pls. help me to use this code ? thanks much! |
I used ZED Mini camera to detect the ArUco Marker, I can get the marker ID and box in rviz, but I can not get the pose information of the marker, and it seems to encountered error.
The text was updated successfully, but these errors were encountered: