Re: [ros-users] probabilities of OccupancyGrid

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
Slet denne besked
Besvar denne besked
Skribent: User discussions
Dato:  
Til: User discussions
Emne: Re: [ros-users] probabilities of OccupancyGrid
On Fri, Jan 7, 2011 at 5:33 AM, Stefan Kohlbrecher
<> wrote:
> have a look at slam_gmapping.cpp lines 621 to 633. This is the loop
> that fills the OccupancyGrid message with data coming from gmapping.
> Currently, there are only simple checks if the cells are occupied (set
> to 100) , free (set to 0) or unknown (set to -1). This is where you
> could do something more sophisticated.


I'd welcome a patch that does something smarter there.

    brian.