MERGE branch STM 325:449 into trunk

git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@450 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
matlabbe
2012-03-03 01:46:30 +00:00
parent c4aff5f20a
commit a2eb8bcab6
100 changed files with 76652 additions and 5164 deletions

View File

@@ -119,7 +119,7 @@ void PdfPlotCurve::setData(const QMap<int, float> & dataMap, const QMap<int, int
UDEBUG("margin=%d", margin);
while(margin < 0)
{
PdfPlotItem * newItem = new PdfPlotItem(0, 0, -1);
PdfPlotItem * newItem = new PdfPlotItem(0, 0, 2, 0);
newItem->setImagesRef(_imagesMapRef);
this->_addValue(newItem);
++margin;