mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Added notification message box when a global path is computed. Refactoring occupancy grid.
This commit is contained in:
@@ -396,6 +396,10 @@ void GraphViewer::updateReferentialPosition(const Transform & t)
|
||||
_localRadius->setTransform(qt);
|
||||
|
||||
this->ensureVisible(_referential);
|
||||
if(_localRadius->isVisible())
|
||||
{
|
||||
this->ensureVisible(_localRadius, 0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
void GraphViewer::updateMap(const cv::Mat & map8U, float resolution, float xMin, float yMin)
|
||||
|
||||
Reference in New Issue
Block a user