Skip to content

gbmackenzie/ConfigurationReader

 
 

Repository files navigation

Configuration Reader

Configuration Reader for use in AMRL projects.

For specification details, see the Wiki

TODO

  • Provide an implementation for extracting config values from the vector in which they're stored
  • Add support for Eigen::Vector2f
  • Fix the auto-update to work for multiple updates
    • Fix bug in which the update appears to occur twice for some reason
  • Have the file watch run in a background thread instead of the main thread
  • Implement bounds
    • Update macros to use bounds
  • Add the ability to read in configuration variables from multiple files
  • Fix the auto-update so that it works on multiple files
  • Add checks to ensure that negative numbers aren't cast to unsigned int using a lua function

About

Configuration Reader for use in AMRL projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.4%
  • Makefile 5.1%
  • Other 1.5%