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

What's the relationship between navigation and TF?

asked 2013-04-18 21:16:27 -0500

updated 2013-05-06 17:02:15 -0500

I bumped into an error that I cannot do navigation.

The error happened is probably caused by wrong tf transformation.

I want to know what's the relationship between tf and navigation, is tf important to navigation? (I've seen this tutorial, but I don't understand why tf from left arm is important to navigation).

Thanks in advance~

EDIT:(Thanks to Austin)

As a part of the sensor processing for the PR2, the laser scans are filtered to remove any hits on the body of the robot; this is done by comparing laser scan points to the 3D model of the robot in the URDF, and removing any laser hits from the body of the robot. Since the left arm is present in the URDF, the filter tries to remove it from laser scans, but since there is no TF data for the left arm because it is disabled, the filtering step fails and no filtered laser data is published. Since filtered laser data isn't published, move_base doesn't get any sensor data, and refuses to move.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-05-06 13:36:42 -0500

tfoote gravatar image

Any data being processed by the navigation stack needs to be able to be transformed using tf. The left arm is rarely in the critical path for that, but it will be a problem for doing things like self filtering data so you don't avoid your own arm.

You need to provide more information about what the errors actually are, but it is probably some of the safety systems on the PR2 which are preventing you from driving not an algorithmic need for all elements of the pr2's tf tree.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-04-18 21:16:27 -0500

Seen: 164 times

Last updated: May 06 '13