zidik / soccervision

Soccer-playing robot computer vision processing
2 stars 0 forks source link

Configuration file extraction #8

Closed zidik closed 8 years ago

zidik commented 8 years ago

Currently settings are hardcoded in Config.h. I will extract atleast the most changed ones and move them to separate configuration file which is loaded at runtime.

Also we need to develop a system for having different settings on two or more robots (still sharing common code repo)

zidik commented 8 years ago

Most important settings are extracted, others can also be transferred when there is immediate need.