elvout / cs393r

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

Use the Lua configuration file for particle filter hyperparameters #49

Closed elvout closed 3 years ago

elvout commented 3 years ago

This change specifies the hyperparameters we need to tune in particle_filter.lua rather than as constants in the C++ file so that adjustments do not necessitate recompilation.