[ros-users] Loading empty map to move_base

Eric Perko wisesage5001 at gmail.com
Thu Feb 17 17:57:32 UTC 2011


Zhiping,

On Thu, Feb 17, 2011 at 2:41 AM, Zhiping <TANZ0066 at e.ntu.edu.sg> wrote:

>
> Hi to all,
>
> I'm currently trying to load an empty map by directly publishing it in the
> form of nav_msgs/OccupancyGrid instead of using the map_server.


Could you elaborate on why you want to load an empty map instead of simply
not initializing anything with a static map?


> Knowing amcl
> is combining all the 'tf' together, what should i do to pass the
> odom-to-map
> tf to amcl.
>

AMCL is not "combining all the tf together" in any filtering sense - it is
actually generating the odom->map transform! Hence, you do not need to feed
an odom-to-map transform into amcl. In fact, an odom-to-map transform would
be unnecessary if you don't have a map. In that case, there is no need to
run amcl at all.

If you want to build a map on the fly, you should look at the gmapping
package (http://www.ros.org/wiki/gmapping).

- Eric


>
> With thanks,
> Zhiping
> --
> View this message in context:
> http://ros-users.122217.n3.nabble.com/Loading-empty-map-to-move-base-tp2516192p2516192.html
> Sent from the ROS-Users mailing list archive at Nabble.com.
> _______________________________________________
> 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/20110217/a3d6d746/attachment-0003.html>


More information about the ros-users mailing list