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

tf problem. scan samples always plotted wrt origin

asked 2013-01-29 02:38:06 -0500

Ferherranz gravatar image

Hello, I'm trying to run gmapping over a pionner AT using rosaria and a hokuyo laser. Everything seems to work fine and I'm able to move the robot. However, when the robot acquires the laser measurements they are always plotted in rviz with respect to the origin of coordinates instead of the base_link. I apply some dynamic basic transformations and check that the odometry is represented correctly.

The frame tree is the following: /laser -> base_laser -> base_link -> odom -> map as the basic tf tutorial explains

Do you have any idea about why the laser measurements are fixed with respect to the origin of coordinates while the base_link is moving? Are the transformations chained between them?

edit retag flag offensive close merge delete

Comments

1

Please give us some more informations. Are the transformations base_link -> base_laser and base_laser -> laser static? And if not, who is responsible for publishing them? Where do your coordinatesystems appear in rviz if you turn them on? Maybe a screenshot of rviz and your tf-tree?

Ben_S gravatar image Ben_S  ( 2013-01-29 04:54:12 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
0

answered 2013-01-29 02:46:12 -0500

dornhege gravatar image

I'm not sure what you mean by "plotted with respect to origin".

Are they absolute to the origin? Do they appear at the place in the map, where they actually belong (i.e. do they match the map)? In that case this is the correct and expected behaviour. If you want to see it differently, i.e. focused around the robot, set the Fixed Frame to /base_link.

Are all laser scans displayed at the origin while the robot moves (correctly)? In that case something is set up wrong, probably with tf. When setting the fixed frame to /laser the scans should stay centered (like in a pure laser viewer). With fixed frame to /odom, /map they should move. You can check how the tf information looks with the tf plugin.

edit flag offensive delete link more
0

answered 2013-01-29 04:35:21 -0500

Ferherranz gravatar image

Are they absolute to the origin? Do they appear at the place in the map, where they actually belong (i.e. do they match the map)? In that case this is the correct and expected behavior. If you want to see it differently, i.e. focused around the robot, set the Fixed Frame to /base_link.

They always are plotted at the origin while the robot moves and do not match the map. I'm using /map as fixed frame and the points do not move with the robot

edit flag offensive delete link more

Comments

This looks like the second case. Check tf frames match and are moving correctly. Also please extend your question with additional information or use the comment functionality instead of creating an answer.

dornhege gravatar image dornhege  ( 2013-01-29 04:55:35 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-01-29 02:38:06 -0500

Seen: 123 times

Last updated: Jan 29 '13