-
Notifications
You must be signed in to change notification settings - Fork 30
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
zed_aruco_localization outputting infinite transform #31
Comments
Check that the parameter |
it is definitely correct. |
Please record an SVO with ZED Explorer pointing your tag in the same conditions and share it with me so I can test the node as if I'm using your camera |
Thanks @Myzhar |
Sorry @Myzhar , I don't think I looked too much at the output last night. I have attached an image of the output. How should I share the SVO file with you? I can't attach it here. |
I've just run it again and now it is working fine. It seems random that sometimes it can't find the transform, and other times it can. I haven't changed anything about my setup, not sure what is going on here. If it helps, I have set the marker coordinates to be the origin I also get this error frequently: |
This request is still pending |
Sorry, as I mentioned before, it won't let me paste SVO files in here. How should I share it with you? |
You can use the file-sharing service you prefer: Google Drive, Dropbox, etc. |
Let me know if there are any issues accessing it here |
The SVO that you linked does work correctly:
Launch command: |
Thought it would. Sometimes I've been getting that infinite transform error like I stated before - any idea why? |
I noticed that the tags are not perfectly "glued" to the wall so they are not perfectly planar. |
Preliminary Checks
Description
I am trying to run the zed_aruco_localization example with just one marker, set to the origin of the map frame (i.e. pos = 0,0,0, or = 0,0,0).
But whenever I try to run this example with one marker, it outputs an infinite transform. I have tried this at different distances and doesn't seem to affect it.
When I try running the example with 2 markers, it doesn't output an infinite transform. But the transform is still quite off, and am just wondering if there is anything I am missing?
Here is my config file:
Steps to Reproduce
ros2 launch zed_aruco_localization zed_aruco_loc.launch.py camera_model:=zed2i
Expected Result
Should be outputting a valid transform from the marker to the camera.
Actual Result
It outputs an infinite transformation.
ZED Camera model
ZED2i
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: