The internship is about the movement of a robotic platform in presence of multiple moving obstacles. The data come from a stationary platform that records the distance traces of people in motion. They will be implemented:
Convert from the original data to tables in Cartesian coordinates.
A method that calculates whether a collision with an obstacle has occurred given a position of the platform in the same axle system.
A method that calculates the position of the moving platform in the same axis system, assuming a platform motion algorithm.
Reinforcement learning experiment that improves the initial algorithm of movement that moves straight to the target position without taking into account the obstacles.