June - August 2019
I learnt about search and localization techniques in the course projects and assignments for this class.
Localization :I implemented Kalman and Particle filters to localize and then navigate simulated vehicles.
Figure 1:The simulated glider in red is first localized by randomly simulating gliders shown in back using Particle Filter algorithm.Once the actual glider position is determined,the glider is steered towards the goal.
Search: I applied A* search algorithm to find a path for a pick up and delivery robot in a simulated warehouse.
Figure 2:The simulated robot picking up a box and navigating back to drop location.
SLAM:We used online version of Graph SLAM(Simultaneous Localization and Mapping) to localize and then navigate a simulated rover on Antarctica.
Tools used :Python ,NumPy