Jafar
|
This class is used to define strategy for merging maps. More...
This class is used to define strategy for merging maps.
Definition at line 25 of file MergeMapsStrategy.hpp.
#include <MergeMapsStrategy.hpp>
Public Member Functions | |
void | setMultiMapsSlam (MultiMapsSlam *) |
Set the MultiMapsSlam instance, this can only be done once, and it is usually done in the MultiMapsSlam constructor. | |
MultiMapsSlam * | multiMapsSlam () |
virtual void | decideMergeMap (unsigned int currentMapId, slam::SlamEkf *currentMap)=0 |
This function is called after processing observations to decide wether or not the maps should be merged. | |
Private Attributes | |
MultiMapsSlam * | m_multiMapsSlam |
Generated on Wed Oct 15 2014 00:37:50 for Jafar by doxygen 1.7.6.1 |