Add polar position allocator

This commit is contained in:
Tim Schubert 2020-08-23 22:10:21 +02:00
parent 70c70a19ce
commit ab7c9881f6
7 changed files with 147 additions and 12 deletions

View file

@ -29,10 +29,10 @@ public:
/**
*
* \param wpFile path to waypoint file
* \param wpFile path to latitude longitude file
* \returns a node container containing nodes using the specified attributes
*/
NodeContainer Install (const std::string &wpFile);
NodeContainer Install (const std::string &file);
/**
*