![]() | 1 | initial version |
found the solution by myself.
i did not read properly the comments about camera calibration. in
rosrun camera_calibration cameracalibrator.py [..]
i used _approximate_sync:=True
instead of --approximate 0.01
. Doing calibration properly will also make the stereo_image_proc
work properly.