ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

Are you saying that you'd like to be able to do this conversion in code, or are you saying you'd like to expose some kind of service? We can't just add a lat_long->utm transform to the transform tree, because the conversion from LL to UTM is much more complex than the standard rotation + translation that each link of the transform tree represents. If you just want to do it in code, @ufr3c_tjc is correct.