elvout / cs393r

CS 393R Graduate Autonomous Robots, Fall 2021 | Autobots
0 stars 0 forks source link

Centralize Models #78

Closed elvout closed 3 years ago

elvout commented 3 years ago

Functions and constants of the motion model, sensor model, and physical model of the car have been moved to src/models under the top-level ::models namespace. Nagivation, Particle Filter, and SLAM have been refactored accordingly.

Closes #76