TF Setting for Hector mapping (roll/pitch angle)
what is the communication between the following frame?
Base on my understanding, I'll assume the parent-child relationship as below
Parent ----> child
--- ----> map (map_frame)
map ----> nav (odom_frame)
nav ----> base_footprint (base_frame)
base_footprint ----> base_stabilized
base_stabilized ----> base_link
base_link ----> laser
Is this above relationship correct?
Since I'm gonna implement on the UAV...... The problems that i'm getting are the following :
[lookupTransform base_footprint to laser timed out. Could not transform laser scan into base_frame.]
what is the link between nav--->base_stabilized? how to tf it?
what should i set the base_frame to? base_stabilized or based_footprint?
Finally do you have any suggestion/ideas that how all the tf for the large angle change and have roll/pitch movement of the UAV should link together?
(Thank in advanced for your helping) :D