This StartNewMapStrategy starts a new map whenever the number of features in the current map is bigger than a given number of features.
More...
Detailed Description
This StartNewMapStrategy starts a new map whenever the number of features in the current map is bigger than a given number of features.
Definition at line 34 of file StartNewMapStrategy.hpp.
#include <StartNewMapStrategy.hpp>
List of all members.
Constructor & Destructor Documentation
- Parameters:
-
_maxFeatures | this is the maximal number of features that a local map should contains, in reality the number of features can be bigger, since the test is called after new features have been added to the local map |
Member Function Documentation
- Parameters:
-
_currentMap | the current map |
_robotId | id of the current robot |
- Returns:
- true if the MultiMapManager should start a new map.
Implements jafar::slammm::StartNewMapStrategy.
The documentation for this class was generated from the following file: