[ros-users] navfn allow_unknown

Christian Verbeek verbeek at servicerobotics.eu
Thu Dec 2 17:11:22 UTC 2010


Hi,

That was the correct answer. Thank you very much. I wonder if one should
make this a parameter in later versions.

Regards
Christian

Am 01.12.2010 10:33, schrieb Ye Cheng:
> 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 <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 <mailto: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 <mailto:ros-users at code.ros.org>
>     https://code.ros.org/mailman/listinfo/ros-users
>
>
>
> _______________________________________________
> 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.ros.org/pipermail/ros-users/attachments/20101202/95d4c56d/attachment-0003.html>


More information about the ros-users mailing list