What is the "center of the robot" in costmap_2d's footprint?
In the robot setup navigation tutorial, it says:
"In the case of specifying the footprint, the center of the robot is assumed to be at (0.0, 0.0)..."
From this, it sounds like they want it to be the actual center of the robot, but then how does it relate this to the center of rotation, which is used everywhere else? Because in my case, I have static transforms that relate the sensor positions to the center of rotation, not the actual center of the robot.
what is "everywhere else" where they refer to the center of rotation?
I should have just said: "...but then how does this relate to the base_link"
alright ;-)