[ros-users] navfn allow_unknown
Ye Cheng
cnhzcy14 at gmail.com
Wed Dec 1 09:33:48 UTC 2010
Hi,
You make a change in slam_gmapping.cpp to let you send a goal in unknown
area if you are using gmapping:
change this line:
map_.map.data[MAP_IDX(map_.map.info.width, x, y)] = -1;
To
map_.map.data[MAP_IDX(map_.map.info.width, x, y)] = 0;
I have a screenshot here for the demo. The green area is the explored
area by A*:
http://www.youtube.com/watch?v=CQ_BlPomr9c&hd=1
Cheers,
Simon
On Tue, Nov 30, 2010 at 9:15 AM, Christian Verbeek <
verbeek at servicerobotics.eu> wrote:
> Dear All (especially Eitan),
>
> The allow_unknown parameter in navfn should allow to plan a path through
> an unknown area. It does not seem to work. If there is an incomplete map
> I would expect to get a path from navfn if the goal is in an unknown
> area and the clear_goal_position flag is true.
>
> Regards
> Christian
>
> _______________________________________________
> ros-users mailing list
> ros-users at code.ros.org
> https://code.ros.org/mailman/listinfo/ros-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osuosl.org/pipermail/ros-users/attachments/20101201/5b629bf8/attachment-0002.html>
More information about the ros-users
mailing list