mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
minor changes...
git-svn-id: http://rtabmap.googlecode.com/svn/branches/0.3/rtabmap@57 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
@@ -77,7 +77,7 @@ protected:
|
||||
if(e->getClassName().compare("SMStateEvent") == 0)
|
||||
{
|
||||
const rtabmap::SMStateEvent * event = (const rtabmap::SMStateEvent*)e;
|
||||
const rtabmap::SMState * sm = event->getData();
|
||||
const rtabmap::SMState * sm = event->getSMState();
|
||||
const IplImage * image = 0;
|
||||
if(sm)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user