Ask Your Question
1

base_link to base_footprint transform ?

asked 2012-01-26 09:34:24 -0500

Alireza gravatar image Alireza
500 27 35 44
http://www.mrl.ir/

Hi, I am trying to use robot_pose_ekf for my navigation stack, I have done every thing according to this thread but I faced a problem about my transformations! Robot_pose_ekf is publishing a base_footprint tf, but i dont know how should i connect base_link tf to base_footprint tf. what is the relation between them?

edit retag flag offensive close delete

1 Answer

Sort by ยป oldest newest most voted
4

answered 2012-01-26 09:45:32 -0500

DimitriProsser gravatar image DimitriProsser flag of United States
8333 45 82 153

updated 2012-01-26 10:20:16 -0500

base_link is typically the center of mass or the center of turning for your robot, while base_footprint is located at ground level directly below base_link. base_footprint is a projection of base_link onto the ground.

EDIT:

If your Center of Mass is 0.5m above the ground, you can publish a transform with partent=base_footprint and child=base_link with a transform of 0.5z. If you want base_link to be the parent, you would publish -0.5z.

edit flag offensive delete publish link more

Comments

So how can i implement it? just set its z argument of translation to zero? Alireza ( 2012-01-26 10:01:51 -0500 )edit

Your answer

Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

subscribe to rss feed

Stats

Asked: 2012-01-26 09:34:24 -0500

Seen: 450 times

Last updated: Jan 26 '12