Unmanned Ground Systems Challenge
Overview
Along with 3 other teammates from the State Key Laboratory of Robotics, I participated in the Unmanned Ground Systems Challenge in October 2016 and worked specifically on the environment map building and localization under GPS signal lost situation.
Environment Map
Built an environment map for non-structured fields with the following steps:
The laser data was collected from different lasers: single-line, 32-line, and 64-line.
The data was fused after calibration and having manually filled certain points.
The grid map was built with the help of the grid_map package. Finally, the road target was extracted through road skeleton extraction from the image generated from the environment map.
Localization without GPS
Two methods were conducted to meet the requirements.
1. Visual Inertial Odometry
I did this by combining the orb slam with IMU.