Best point to place base_link in a car-like robot
Hi all,
I am building a car-like robot, and now I was thinking about its tf tree and where I should place the frames. When looking for ROS standards, I found the TF tutorials page, that suggests I should place base_link in the rotational center. But the REP 105 (which the TF page actually references) says that I should attach the base_link in any position or orientation of the base. I am a bit confused because the two pages suggest different things. So, considering that I want to make use of the navigation packages of ROS, what would be the ideal spot for base_link? Gravity center? Geometrical center? Center of the rear axle? Any other ideal place? If you could give me examples of tf trees of car_like robots it would be awesome.