-
Where does the value 0.6 come from when delta is calculated?
While this seems to work well with larger maps (100m), when I run the same code on a jackal at smaller scale (10m), the result is extra wide occupancy blocks that don't coincide with the walls. A value of delta==1 works at a small scale, but isn't tied to the map resolution so isn't really a solution for the longer term (and looks a little thin at larger scales). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
0.6 is a value that looked good in the demo scene. The whole pOcc should be changed to operate in meters and the |
Beta Was this translation helpful? Give feedback.
0.6 is a value that looked good in the demo scene. The whole pOcc should be changed to operate in meters and the
delta
(stddev) andocc_max
parameter should then be configurableLaserMeasurementGrid::Params
.