mirror of
https://github.com/introlab/rtabmap_ros.git
synced 2026-09-16 00:00:20 +08:00
set occupancyMapSize_ param initial value
This commit is contained in:
@@ -54,7 +54,8 @@ public:
|
||||
groundMaxAngle_(M_PI_4),
|
||||
clusterMinSize_(20),
|
||||
emptyCellFillingRadius_(1),
|
||||
maxHeight_(0)
|
||||
maxHeight_(0),
|
||||
occupancyMapSize_(0.0)
|
||||
{
|
||||
ros::NodeHandle pnh("~");
|
||||
pnh.param("cloud_decimation", cloudDecimation_, cloudDecimation_);
|
||||
|
||||
Reference in New Issue
Block a user