|
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). |
Answered by
TheCodez
Jul 1, 2022
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 |
0 replies
Answer selected by
TheCodez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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
delta(stddev) andocc_maxparameter should then be configurableLaserMeasurementGrid::Params.