-
Notifications
You must be signed in to change notification settings - Fork 90
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
visp_auto_tracker: Overwritting object position's frame id #96
Comments
To have pose and covariance corresponding to the processed image timestamp |
The timestamp is copied to the pose with
|
Sorry, I miss read your first message. I don't see any good reason to overwrite |
Hi, I am encountering the same issue regarding the fixed frame id. Are there any updates and could it be configurable in the launch file? -- After reading the commits, it could be configured in the launch file for the node by
Thanks for your efforts and I may suggest adding this line in the tutorials |
What is the reason for overwriting the frame_id in the header of the PoseStamped message for in line 194 - 196 of node.cpp of the vision_auto_tracker?
The
tracker_ref_frame
is set to "\map" in names.cpp which overwrites whatever frame the image (and therefore the pose calculated) used as a reference. The same is also done to the covariance position.The text was updated successfully, but these errors were encountered: