Skip to content

Commit cd8b156

Browse files
committed
fixed ini file to detect 4 RGBD cameras
1 parent 5e24d28 commit cd8b156

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

share/mrpt/config_files/rawlog-grabber/rgbd_4sensors.ini

+6-6
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ pose_roll = 0
217217
# See http://www.mrpt.org/OpenNI2_and_MRPT
218218

219219
# Left/Depth camera
220-
[RGBD1_LEFT]
220+
[RGBD3_LEFT]
221221
rawlog-grabber-ignore = true // Instructs rawlog-grabber to ignore this section (it is not a separate device!)
222222

223223
resolution = [640 488]
@@ -228,7 +228,7 @@ fy = 542.739980
228228
dist = [-4.747169e-03 -4.357976e-03 0.000000e+00 0.000000e+00 0.000000e+00] // The order is: [K1 K2 T1 T2 K3]
229229

230230
# Right/RGB camera
231-
[RGBD1_RIGHT]
231+
[RGBD3_RIGHT]
232232
rawlog-grabber-ignore = true // Instructs rawlog-grabber to ignore this section (it is not a separate device!)
233233

234234
resolution = [640 480]
@@ -243,7 +243,7 @@ dist = [5.858325e-02 3.856792e-02 0.000000e+00 0.000000e+00 0.000000e+00]
243243
# forwards, and +X and +Y to the right and downwards.
244244
# For the actual coordinates employed in 3D observations, see figure in:
245245
# http://reference.mrpt.org/svn/classmrpt_1_1slam_1_1_c_observation3_d_range_scan.html
246-
[RGBD1_LEFT2RIGHT_POSE]
246+
[RGBD3_LEFT2RIGHT_POSE]
247247
rawlog-grabber-ignore = true // Instructs rawlog-grabber to ignore this section (it is not a separate device!)
248248

249249
pose_quaternion = [0.0 -0.000609 -0.001462 0.999987 0.0 0.0 0.0]
@@ -289,7 +289,7 @@ pose_roll = 0
289289
# See http://www.mrpt.org/OpenNI2_and_MRPT
290290

291291
# Left/Depth camera
292-
[RGBD2_LEFT]
292+
[RGBD4_LEFT]
293293
rawlog-grabber-ignore = true // Instructs rawlog-grabber to ignore this section (it is not a separate device!)
294294

295295
resolution = [640 488]
@@ -300,7 +300,7 @@ fy = 542.739980
300300
dist = [-4.747169e-03 -4.357976e-03 0.000000e+00 0.000000e+00 0.000000e+00] // The order is: [K1 K2 T1 T2 K3]
301301

302302
# Right/RGB camera
303-
[RGBD2_RIGHT]
303+
[RGBD4_RIGHT]
304304
rawlog-grabber-ignore = true // Instructs rawlog-grabber to ignore this section (it is not a separate device!)
305305

306306
resolution = [640 480]
@@ -315,7 +315,7 @@ dist = [5.858325e-02 3.856792e-02 0.000000e+00 0.000000e+00 0.000000e+00]
315315
# forwards, and +X and +Y to the right and downwards.
316316
# For the actual coordinates employed in 3D observations, see figure in:
317317
# http://reference.mrpt.org/svn/classmrpt_1_1slam_1_1_c_observation3_d_range_scan.html
318-
[RGBD2_LEFT2RIGHT_POSE]
318+
[RGBD4_LEFT2RIGHT_POSE]
319319
rawlog-grabber-ignore = true // Instructs rawlog-grabber to ignore this section (it is not a separate device!)
320320

321321
pose_quaternion = [0.0 -0.000609 -0.001462 0.999987 0.0 0.0 0.0]

0 commit comments

Comments
 (0)