You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: