Re: [ros-users] probabilities of OccupancyGrid

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
Delete this message
Reply to this message
Auteur: User discussions
Datum:  
Aan: User discussions
Onderwerp: 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.