-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generalize solution to all stereo sensors (fisheye)
Remove updateExtrinsicsCalibData function.
- Loading branch information
Showing
2 changed files
with
8 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Should the rectification matrix
_camera_info[stream_index].R
also have been set from the rotation part ofex
, and be applied to calculate the camera matrix_camera_info[stream_index].P
for the right camera? That is what was done in the oldupdateExtrinsicsCalibData()
method at least, which was the result of #1242. Apparently there was no extra PR for this commit.See sensor_msgs/CameraInfo and https://wiki.ros.org/image_pipeline/CameraInfo for the "official" specs.