Semantic Lidar Odometry
This is the Mobile Robotics Project for the Ford 3 Group:
Group Members: Ali Badreddine, Austin Jeffries, and Tyler Glenn
Using the semantic-icp algorithm in conjunction with the widely available GTSAM library we were able to compute the relative transformation between two semantically labelled point clouds that are near and used these calculated transformations to do odometry using the iSAM2 solver in GTSAM. The code implememtation is contained on this page. Please read our paper which is linked here.
- GTSAM
- semantic-icp
Our master branch is organized into three main folders.
This folder contains code for the following:
- The main MATLAB run file to run through the 00 trajectory
run_00.m
- The main MATLAB run file to run through the 07 trajectory
run_07.m
Please reference the read me inside this folder to get this code working. README.md
This folder contains our slightly modified version of the great work done by Steven Parkison. Please reference the read me inside this folder to get this code working. README.md
This folder contains utility code for our implementation of Semantic Lidar Odometry
We would like to thank our professor, Maani Ghaffari Jadidi for his overall guidance on this project and Steven Parkison for his support in using his semantic-icp library correctly.