mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
create2DMap() added minMapSize parameter
dbViewer: fixed refine Visual git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@1962 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
@@ -1814,7 +1814,7 @@ void DatabaseViewer::refineConstraintVisually(int from, int to)
|
||||
|
||||
if(!t.isNull())
|
||||
{
|
||||
Link newLink(currentLink.from(), currentLink.to(), t*currentLink.transform(), currentLink.type());
|
||||
Link newLink(currentLink.from(), currentLink.to(), t, currentLink.type());
|
||||
|
||||
bool updated = false;
|
||||
std::multimap<int, Link>::iterator iter = linksRefined_.find(currentLink.from());
|
||||
|
||||
Reference in New Issue
Block a user