transformation errors
Fri, 04/07/2017 - 6:27am
I'm mimicking how the task2 simple solution transforms the laser frame to the odom frame by using waitForTransform and then lookupTransform, however, I'm either getting a tf2::ExtrapolationException error or the following error: "catvehicle/odom" passed to lookupTransform argument target_frame does not exist" when I run my code.
Any ideas on what is causing this issue?