Skip to content
Snippets Groups Projects
Commit aa5e30ed authored by Angel Santamaria-Navarro's avatar Angel Santamaria-Navarro
Browse files

First version with MV parameters working fine.

parent 27ce63d0
No related branches found
No related tags found
No related merge requests found
<!--DOCTYPE html-->
<launch>
<arg name="num_cams" default="2" />
<arg name="num_cams" default="1" />
<arg name="c1_name" default="cam1" />
<arg name="c1_serial" default="F0300141" />
......@@ -46,8 +46,8 @@
<remap from="/image" to="/iri_mvbluefox3_camera/$(arg c1_name)/image_raw"/>
</node>
<node pkg="image_view" type="image_view" name="image_view_$(arg c2_name)" >
<!-- <node pkg="image_view" type="image_view" name="image_view_$(arg c2_name)" >
<remap from="/image" to="/iri_mvbluefox3_camera/$(arg c2_name)/image_raw"/>
</node>
</node> -->
</launch>
......@@ -4,12 +4,12 @@ camera_name: camera
camera_matrix:
rows: 3
cols: 3
data: [1280, 0, 960, 0, 1280, 960, 0, 0, 1]
data: [976.915955, 0, 582.117763, 0, 977.821859, 440.568838, 0, 0, 1]
distortion_model: plumb_bob
distortion_coefficients:
rows: 1
cols: 5
data: [0, 0, 0, 0, 0]
data: [-0.103886, 0.096744, -0.001615, -0.000599, 0.000000]
rectification_matrix:
rows: 3
cols: 3
......@@ -17,5 +17,4 @@ rectification_matrix:
projection_matrix:
rows: 3
cols: 4
data: [1280, 0, 960, 0, 0, 1280, 960, 0, 0, 0, 1, 0]
\ No newline at end of file
data: [953.288513, 0, 582.082677, 0, 0, 956.783997, 437.916171, 0, 0, 0, 1, 0]
\ No newline at end of file
......@@ -4,12 +4,12 @@ camera_name: camera
camera_matrix:
rows: 3
cols: 3
data: [1280, 0, 960, 0, 1280, 960, 0, 0, 1]
data: [978.052122, 0, 673.891465, 0, 977.902574, 396.562028, 0, 0, 1]
distortion_model: plumb_bob
distortion_coefficients:
rows: 1
cols: 5
data: [0, 0, 0, 0, 0]
data: [-0.113653, 0.104639, -0.000432, -0.000599, 0.000000]
rectification_matrix:
rows: 3
cols: 3
......@@ -17,5 +17,4 @@ rectification_matrix:
projection_matrix:
rows: 3
cols: 4
data: [1280, 0, 960, 0, 0, 1280, 960, 0, 0, 0, 1, 0]
\ No newline at end of file
data: [953.769836, 0, 670.897749, 0, 0, 957.995728, 394.725275, 0, 0, 0, 1, 0]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment