new
This commit is contained in:
@@ -4,21 +4,27 @@
|
||||
|
||||
image_width: 1440
|
||||
image_height: 1080
|
||||
camera_name: left
|
||||
camera_name: stereo/left
|
||||
camera_matrix:
|
||||
rows: 3
|
||||
cols: 3
|
||||
data: [1, 0, 0, 0, 1, 0, 0, 0, 1]
|
||||
data: [1286.66791, 0. , 745.16448,
|
||||
0. , 1282.77949, 544.48338,
|
||||
0. , 0. , 1. ]
|
||||
distortion_model: plumb_bob
|
||||
distortion_coefficients:
|
||||
rows: 1
|
||||
cols: 5
|
||||
data: [0, 0, 0, 0, 0]
|
||||
data: [-0.367441, 0.127306, -0.000022, 0.001156, 0.000000]
|
||||
rectification_matrix:
|
||||
rows: 3
|
||||
cols: 3
|
||||
data: [1, 0, 0, 0, 1, 0, 0, 0, 1]
|
||||
data: [ 0.99996745, -0.0080634 , -0.00026715,
|
||||
0.00806676, 0.99982566, 0.01683959,
|
||||
0.00013132, -0.0168412 , 0.99985817]
|
||||
projection_matrix:
|
||||
rows: 3
|
||||
cols: 4
|
||||
data: [1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]
|
||||
data: [1216.34701, 0. , 740.37407, 0. ,
|
||||
0. , 1216.34701, 531.57756, 0. ,
|
||||
0. , 0. , 1. , 0. ]
|
||||
|
||||
@@ -4,21 +4,27 @@
|
||||
|
||||
image_width: 1440
|
||||
image_height: 1080
|
||||
camera_name: right
|
||||
camera_name: stereo/right
|
||||
camera_matrix:
|
||||
rows: 3
|
||||
cols: 3
|
||||
data: [1, 0, 0, 0, 1, 0, 0, 0, 1]
|
||||
data: [1269.74474, 0. , 760.15551,
|
||||
0. , 1267.45607, 522.31581,
|
||||
0. , 0. , 1. ]
|
||||
distortion_model: plumb_bob
|
||||
distortion_coefficients:
|
||||
rows: 1
|
||||
cols: 5
|
||||
data: [0, 0, 0, 0, 0]
|
||||
data: [-0.381294, 0.153290, 0.000474, -0.000930, 0.000000]
|
||||
rectification_matrix:
|
||||
rows: 3
|
||||
cols: 3
|
||||
data: [1, 0, 0, 0, 1, 0, 0, 0, 1]
|
||||
data: [ 0.99938087, 0.00859203, 0.03411828,
|
||||
-0.00801615, 0.9998237 , -0.01697993,
|
||||
-0.03425815, 0.01669592, 0.99927355]
|
||||
projection_matrix:
|
||||
rows: 3
|
||||
cols: 4
|
||||
data: [1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0]
|
||||
data: [1216.34701, 0. , 740.37407, -556.04457,
|
||||
0. , 1216.34701, 531.57756, 0. ,
|
||||
0. , 0. , 1. , 0. ]
|
||||
|
||||
@@ -43,7 +43,7 @@ def generate_launch_description():
|
||||
namespace='stereo',
|
||||
parameters=[{
|
||||
'parameter_file': config_path,
|
||||
'serial_number': '25282106',
|
||||
'serial_number': '25503478',
|
||||
'camera_info_url': left_cal,
|
||||
}],
|
||||
extra_arguments=[{'use_intra_process_comms': True}],
|
||||
@@ -55,7 +55,7 @@ def generate_launch_description():
|
||||
namespace='stereo',
|
||||
parameters=[{
|
||||
'parameter_file': config_path,
|
||||
'serial_number': '25235293',
|
||||
'serial_number': '25503480',
|
||||
'camera_info_url': right_cal,
|
||||
}],
|
||||
extra_arguments=[{'use_intra_process_comms': True}],
|
||||
|
||||
Reference in New Issue
Block a user