Skip to content

Figure out best way to aggregate new costmap values with local stored cache #323

@mrinalTheCoder

Description

@mrinalTheCoder

Currently, we set each grid cell to be the max of the old reading and the updated reading, however, this means that temporary spikes and noise is persistent.

We need to figure out a better way to aggregate the old and new costmap value for each cell, such as: average, always keep newest, weighted average (favoring the new value), new value for things closer to the rover and old value for things further away, etc.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions