Stereo camera calibration fundamental matrix
I'm writing a stereo camera driver, and am using the camera_calibrate package, with the command:
rosrun camera_calibration cameracalibrator.py --approximate=0.1 --size 9x6 --square 0.025 right:=/stereocamera/right/image_raw left:=/stereocamera/left/image_raw left_camera:=/stereocamera/left right_camera:=/stereocamera/right
When storing the results to the camera this seems to trigger set_camera_info for the left and right cameras, but what about the mapping between the two cameras (the fundamental matrix calculation)? Does camera_calibration do this, and if so what service call does it use?