kraken-robotics / Kraken-cpp

A tentacle-based pathfinding library for nonholonomic robotic vehicles
MIT License
9 stars 3 forks source link

Write a configuration manager #3

Closed PFGimenez closed 6 years ago

PFGimenez commented 6 years ago

We need a configuration manager that stores values for keys. The required features are :

The corresponding java source is https://github.com/PFGimenez/config/blob/master/core/src/main/java/pfg/config/Config.java You don't need to port explicitly this java source ; it is probably more efficient to write the configuration manager from scratch.

You can use an external library. You need to check that :

English is the mandatory langage. Remember to comply with ROS style guide