From dfebf7e4e28b8348ede395dc9b8ba82df07f6420 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 7 Nov 2017 15:36:25 +0300 Subject: [PATCH] Launch-file for the bottom camera --- clever/camera_info/fisheye_cam.yaml | 20 ++++++++++++++++++++ clever/launch/bottom_camera.launch | 14 ++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 clever/camera_info/fisheye_cam.yaml create mode 100644 clever/launch/bottom_camera.launch diff --git a/clever/camera_info/fisheye_cam.yaml b/clever/camera_info/fisheye_cam.yaml new file mode 100644 index 00000000..55946f2c --- /dev/null +++ b/clever/camera_info/fisheye_cam.yaml @@ -0,0 +1,20 @@ +image_width: 2592 +image_height: 1944 +distortion_model: pinhole +camera_name: raspicam +camera_matrix: + rows: 3 + cols: 3 + data: [1.34689524e+03, 0., 1.30767920e+03, 0., 1.35094361e+03, 9.60238450e+02, 0.0e+00, 0.0e+00, 1.0] +distortion_coefficients: + rows: 1 + cols: 8 + data: [1.11718277e+00, 4.70912345e-01, -2.16258281e-04, 1.71516924e-04, 2.32202095e-02, 1.46837794e+00, 7.92173021e-01, 1.19647684e-01] +rectification_matrix: + rows: 3 + cols: 3 + data: [1, 0, 0, 0, 1, 0, 0, 0, 1] +projection_matrix: + rows: 3 + cols: 4 + data: [1.34689524e+03, 0., 1.30767920e+03, 0., 0., 1.35094361e+03, 9.60238450e+02, 0., 0., 0., 1., 0.] diff --git a/clever/launch/bottom_camera.launch b/clever/launch/bottom_camera.launch new file mode 100644 index 00000000..26f4fc5c --- /dev/null +++ b/clever/launch/bottom_camera.launch @@ -0,0 +1,14 @@ + + + + + + + + + + + + + +