Skip to content

Commit 7644844

Browse files
committed
Reconvert MRCLAM dataset (with smaller outlier thresholds)
1 parent 39bb6e1 commit 7644844

19 files changed

+2
-2
lines changed
Loading
Loading
Loading

dataset_mrclam/error_bearing.png

-5.37 KB
Binary file not shown.

dataset_mrclam/error_distance.png

-4.26 KB
Binary file not shown.

dataset_mrclam/mrclam1.mat

-82.2 KB
Binary file not shown.

dataset_mrclam/mrclam2.mat

-92.3 KB
Binary file not shown.

dataset_mrclam/mrclam3.mat

-75.7 KB
Binary file not shown.

dataset_mrclam/mrclam4.mat

-104 KB
Binary file not shown.

dataset_mrclam/mrclam5.mat

-63.8 KB
Binary file not shown.

dataset_mrclam/mrclam6.mat

-37.5 KB
Binary file not shown.

dataset_mrclam/mrclam7.mat

-31.1 KB
Binary file not shown.

dataset_mrclam/mrclam8.mat

-225 KB
Binary file not shown.

dataset_mrclam/mrclam9.mat

-16.6 KB
Binary file not shown.

dataset_mrclam/noise_bearing.png

4.32 KB
Loading

dataset_mrclam/noise_distance.png

5.23 KB
Loading

dataset_roh/error_bearing.png

-4.58 KB
Binary file not shown.

dataset_roh/noise_bearing.png

4.92 KB
Loading

run_conv_mrclam.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
dataset.robot_n = 5;
88
dataset.dir = 'dataset_mrclam/MRCLAM_Dataset1';
99
dataset.output = 'dataset_mrclam/mrclam1.mat';
10-
outlier.distance = 0.5; % A threshold for outlier distance [m]
11-
outlier.rotation = 0.5; % A threshold for outlier bearing [rad]
10+
outlier.distance = 0.25; % A threshold for outlier distance [m]
11+
outlier.rotation = 0.25; % A threshold for outlier bearing [rad]
1212
threshold.elapse = 1; % The maximum duration [sec] for being stationary state
1313
threshold.distance = 0.01; % The minimum translational change [m] for being stationary state
1414
threshold.rotation = 0.01; % The minimum rotational change [rad] for being stationary state

0 commit comments

Comments
 (0)