mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
0.11.10: Database update with occupancy grid and laser scan info. Added class LaserScanInfo and OccupancyGrid (incremental 2d grid map). Gui: 2d grid and octomap are udpated using occupancy grids saved in nodes.
This commit is contained in:
@@ -44,8 +44,7 @@ Signature::Signature() :
|
||||
_saved(false),
|
||||
_modified(true),
|
||||
_linksModified(true),
|
||||
_enabled(false),
|
||||
_cellSize(0.0f)
|
||||
_enabled(false)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -69,7 +68,6 @@ Signature::Signature(
|
||||
_enabled(false),
|
||||
_pose(pose),
|
||||
_groundTruthPose(groundTruthPose),
|
||||
_cellSize(0.0f),
|
||||
_sensorData(sensorData)
|
||||
{
|
||||
if(_sensorData.id() == 0)
|
||||
@@ -91,7 +89,6 @@ Signature::Signature(const SensorData & data) :
|
||||
_enabled(false),
|
||||
_pose(Transform::getIdentity()),
|
||||
_groundTruthPose(data.groundTruth()),
|
||||
_cellSize(0.0f),
|
||||
_sensorData(data)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user