-
oceanpdoshi@g.ucla.edu authored0e27e6cd
LEMUR CoLo-AT
Synopsis
CoLo-AT is the software analysis tool of CoLo using Python. It is a robotic testing environment for cooperative localization using real world dataset[1]. Compared with other popular robotic simulation environments[2], it has fewer dependencies and more convenient to add localization algorithms without worry much about the robot settings. Moreover, it is able to use both real world data to test the robustness and liabilities of these algorithms, whereas other simulation environments use only simulated data. Users can use CoLo_AT to evaluate their algorithms using the analysis results provided by CoLo-AT
CoLo-AT Manual
Features
Real world dataset Flexible control on the real world dataset Easy to add and modify algorithms Preloaded with several existing algorithms Modularized simulation environment Basic statistical analytic tools for algorithms
Installation
- Clone this repository:
git clone git@git.uclalemur.com:billyskc/Simulation-Environment-for-Cooperative-Localization.git
How to run the simulation environment
-
Install all dependencies
-
Create a python script for the environment(ex: test_simulation.py)
a. Create a dataset_manager with proper setting
b. Load a localization algorithm in to robots
c. Create simulation manager, recorder and analyzer in CoLo
d. Put all these part in simulation manager
- Run CoLo In MAC terminal:
python Localization_envir.py
Available Algorithms:
- LS-Cen
- LS-CI
- LS-BDA
- GS-SCI
- GS-CI
Compatible Datasets:
CoLo Datasets: (in CoLo-D folder)
- official_dataset1
- official_dataset2
- official_dataset3
- official_dataset4
UTIAS dataset (created by the Autonomous Space Robotics Lab (ASRL) at the University of Toronto):
- MRCLAM_Dataset1
- MRCLAM_Dataset2
- MRCLAM_Dataset3
- MRCLAM_Dataset4
- MRCLAM_Dataset5
- MRCLAM_Dataset6
- MRCLAM_Dataset7
- MRCLAM_Dataset8
- MRCLAM_Dataset9
details info: UTIAS Dataset.
Note: to use UTIAS dataset, users need to create measurment_x files from measurement files using barcode_2_id.py
Authors
Shengkang Chen
Cade Mallett
Kyle Wong
Sagar Doshi
Analytical Tool:
Plots:
- Estimation deviation error vs. time
- Trace of state variance vs. time
- Landmark observation vs. time
- Relative observation vs .time
Values:
- Avg. location deviation errors
- Avg. trace of state variance
How to add new localization algorithm to the environment
- Create the algorithm in the predefined algorithm framework
- Load it to the robot before running
Algorithm Framework
[1] Leung K Y K, Halpern Y, Barfoot T D, and Liu H H T. “The UTIAS Multi-Robot Cooperative Localization and Mapping Dataset”. International Journal of Robotics Research, 30(8):969–974, July 2011
[2] Saeedi, Sajad, Michael Trentini, Mae Seto, and Howard Li. “Multiple-Robot Simultaneous Localization and Mapping: A Review.” Journal of Field Robotics 33, no. 1 (January 2016): 3–46. https://doi.org/10.1002/rob.21620.