Robust Localization for environment with low features

Viewed 109

I am new to SLAM and autonomous driving.

Case:

Robot needs to start from point A and reach point B with maximum accuracy as well as precision for all the cases. The only object around it is the table (shaded box in the pic) and the ground it travels over. So, very less features. There aren't walls around for the conventional SLAM methods. The square signifies a reference object (a table for instance). The pic shows a top-view of the cases.
enter image description here

I can try all possible hardware to implement it (IMU, GPS, RGBD camera, etc), except 3D LiDAR like Velodyne. How can I help my robot get from A to B with accuracy and precision ?

1 Answers

To me, a pad that emits infrared light seems like a good solution, assuming you're not dealing with many obstructions. Maybe have some downward facing photosensitive thing to locate it specifically in the center, and a few cameras around the perimeter. Then just "follow the light". Practically, you might need some sonar or something to keep it from bumping into table legs.

On the off chance one of the table legs occludes the pad completely, having it wander around until it sees the pad seems like it might be good enough, hard to say. If you have a hard time locating the center, you could get fancy with magnetic fields, patterns, etc. Hall effect sensors are really a magical thing.

sample 3d modle

Related