Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 830 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 830 Bytes

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