ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Why gmapping needs base_link → odom ?

asked 2013-09-19 07:38:40 -0500

sam gravatar image

In my idea, the frame should be:

map->odom->base link->laser

gmapping says it needs:

<the frame attached to incoming scans> → base_link
    usually a fixed value, broadcast periodically by a robot_state_publisher, or a tf static_transform_publisher.
base_link → odom
    usually provided by the odometry system (e.g., the driver for the mobile base)

Why it just reverse?

Am I missing something?

Thank you~

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2013-09-19 17:32:15 -0500

tfoote gravatar image

The gmapping specification only requires the ability to transform data from the laser scan frame into the base_link frame and from the base_link into odom frame. It does not specify the exact way that the frames are connected.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-09-19 07:38:40 -0500

Seen: 636 times

Last updated: Sep 19 '13