Skip to content
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

Camera_info message is not changed in bagfile #773

Open
manuelgitgomes opened this issue Dec 6, 2023 · 1 comment
Open

Camera_info message is not changed in bagfile #773

manuelgitgomes opened this issue Dec 6, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@manuelgitgomes
Copy link
Collaborator

Hello @miguelriemoliveira

I found a bug that happens when playing the calibrated robot in the bagfile.
If we calibrate the intrinsics, the camera_info messages do not change, so we get incorrect visualization.

To do this, we either would need to remove the camera_info message from the playbag and republish them and guarantee that they are synchronized with their correspondent image message, or we would change the bagfile and change each camera_info message to have the same values as our calibrated ones.

This honestly ties up really well with #730, as we are facing similar issues with the joint_offsets.

@miguelriemoliveira
Copy link
Member

Hi @manuelgitgomes ,

I see. We never thought about that one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants