Code files

batch.zip
8 Kb

All code necessary to run the Sliding Batch method. Includes:

  • batch.m - the main script. With all these files in the same directory, you can run the sliding batch method by running batch.m.
  • show.m - script to plot the ground truth and localized paths, along with the beacon positions, after running batch.m.
  • errors.m - script to compute several error statistics about the localized path. See below for a description of the error statistics.
  • several other functions called by these scripts.

 

Results

**Under Construction** -- Results will be added soon...

The error stats considered here are:

  • Cross-Track Error (XTE) -- the component of error orthogonal to the true robot path
  • Along-Track Error (ATE) -- the component of error tangential to the path

The errors.m script also computes

  • Cartesian error, based on the Cartesian distance between the true position and the estimate at each point in time.

Data Set A1

 

Error Statistics:

 

XTE

ATE

Mean Absolute

--m

--m

Maximum

--m

--m

Standard Deviation

--m

--m

Data Set A2

 

Error Statistics:

 

XTE

ATE

Mean Absolute

--m

--m

Maximum

--m

--m

Standard Deviation

--m

--m