@RomanRobotnik I've been trying to access the base_footprint using the lookupTransform method in tf and even though my terminal shows that the link exists, like so
At time 2176.573
- Translation: [-0.750, 0.198, 0.350]
- Rotation: in Quaternion [0.000, 0.003, -0.133, 0.991]
in RPY (radian) [0.000, 0.006, -0.268]
in RPY (degree) [0.006, 0.332, -15.341]
Every time I try to access it via code it fails. My node that is trying to listen to the aforementioned transform is:
If I try to print the tf using the command evince frames.pdf I get the following image, I'm not sure why the tf is unable to make the connection odom->base_footprint->base_linkframes.pdf
@RomanRobotnik I've been trying to access the base_footprint using the lookupTransform method in tf and even though my terminal shows that the link exists, like so
Every time I try to access it via code it fails. My node that is trying to listen to the aforementioned transform is:
If I try to print the tf using the command
evince frames.pdf
I get the following image, I'm not sure why the tf is unable to make the connectionodom->base_footprint->base_link
frames.pdf