Replies: 1 comment 1 reply
-
with a kdtree you can know what tile you are closest to, or the closest N tiles. using A* you can get what tiles are connected and evaluate a cost function |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am wondering how to get an elevation map from the environment, with the robot as the center and a size of 2*2 grids. Is there any function to implement?
Beta Was this translation helpful? Give feedback.
All reactions