bsb808 / geonav_transform

Simple transforms for using GPS-based estimates for local odometry in ROS
Other
68 stars 31 forks source link

nav frame == base frame? #9

Open Vineet-Pandey opened 2 years ago

Vineet-Pandey commented 2 years ago

Can all transforms to nav frame be converted to base frame without impacting the overall functionality? For eg- can transform_odom2nav_ be replaced with transform_odom2base_ in the code?