- 下载zed所依赖的ros包:https://github.com/stereolabs/zed-ros-wrapper(参考官网安装编译就行)
- 下载ros标定包:
cd catkin_ws/src
git clone https://github.com/ros-perception/image_pipeline.git
cd ..
rosdep install --from-paths src --ignore-src # 安装image_pipeline 所需的依赖
catkin_make
操作:
第一步:
roslaunch zed_wrapper zed.launch
第二步:
rosrun camera_calibration cameracalibrator.py --approximate 0.1 --size 9x6 --square 0.02 right:=/zed/zed_node/right/image_rect_color left:=/zed/zed_node/left/image_rect_color right_camera:=/zed/zed_node/right left_camera:=/zed/zed_node/left --no-service-ch
其中:
(1)–size 6x7 为当前标定板的大小
(2)–square 0.108为每个棋盘格的边长
(3)image:=/camera/image_raw标定当前订阅图像来源自名为/camera/image