Hi all,
I am trying to send longitude/latitude goal to move base the steps followed are:
- Convert long/lati to XY using gc
- send this x, y to move base in map frame
This does not work and the robot goes to different points. Also sometimes fall from the world.
The second approach I tried is:
- Convert long/lati to UTM using gc
- Transform utm to odom
- send this x, y to move base in map frame
This does not work either. Can anyone tell me how to perform it properly. Any highlights on the issue will be highly appreciated.