Autonomobile / AutoPylot

A project to race 1:10 RC cars autonomously around a track while going as fast as possible
MIT License
10 stars 0 forks source link

Settings class #56

Closed Maximellerbach closed 2 years ago

Maximellerbach commented 2 years ago

Have a way to store values and fetch them when needed. For performance issues, we won't use a dict but rather a class (obviously we won't add settings on the go).

Needs:

Maximellerbach commented 2 years ago

getattr and setattr will do the job