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

quick question about TF

asked 2013-06-07 19:35:40 -0500

Gazer gravatar image

On the differential drive package it says

    tf -

    Broadcasts the transform between the odometry frame and the robot's base_link.

My question is what is the odometry frame? is the the transformation between base_link and the world?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-06-07 19:59:59 -0500

Odometry is the frame of robot's odometry reading. This transform is generally generated by robot itself. Base link of robot is defined w.r.t to odometry. Then odometry is defined w.r.t to map/world, whatever is the fixed frame. Transform between odometry and map/world is to be defined explicitly unless some mapping packages like gmapping is used.

Hope this helps..

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-06-07 19:35:40 -0500

Seen: 94 times

Last updated: Jun 07 '13