mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Added statistics : Rehearsal value, retrieval margin
Updated the way how the retrieval margin is increased/reset Posterior ignoring the last added location to WM Auto save figure, removed the "-" in the generated date name git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@294 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
@@ -287,7 +287,7 @@ void Tests::testBayesFilter()
|
||||
for(int i=1; i<11; ++i)
|
||||
{
|
||||
//ULOGGER_DEBUG("--- %d ---", i);
|
||||
std::list<std::pair<std::string, float> > memStats;
|
||||
std::map<std::string, float> memStats;
|
||||
mem.update(0, memStats);
|
||||
posterior = bayes.computePosterior(&mem, likelihood);
|
||||
likelihood.insert(std::pair<int, float>(i, 1));
|
||||
|
||||
Reference in New Issue
Block a user