Skip to content

Commit 7c53c99

Browse files
committed
Change the landmark file in Roh's dataset
1 parent 0320c7e commit 7c53c99

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

dataset_roh/landmark.csv

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0, 0, 0, 0, 0, 0
2-
6, 0, 0, 0, 0, 0
3-
6, 6, 0, 0, 0, 0
4-
0, 6, 0, 0, 0, 0
1+
0, 0
2+
6, 0
3+
6, 6
4+
0, 6

run_eval_roh.m

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
% Configure experiments %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
77
config.mapFile = 'dataset_roh/landmark.csv'; % A map file
88
config.dataFile = ... % A list of data files
9-
{ ...
9+
{ ...
1010
'dataset_roh/(X1.5,Y1.5).csv'; ...
1111
'dataset_roh/(X1.5,Y3.0).csv'; ...
1212
'dataset_roh/(X1.5,Y4.5).csv'; ...
@@ -56,6 +56,7 @@
5656

5757
% 1. Read the map file
5858
map = load(config.mapFile);
59+
map = [map, zeros(size(map,1),4)];
5960

6061
record.perf{1,1} = [];
6162
record.pose{1,1} = [];

0 commit comments

Comments
 (0)