-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved handling of max step height on sloped terrain #2
base: main
Are you sure you want to change the base?
Conversation
@m0rsch1 after testing, please let us know if this branch solves the issue of the strange obstacles. |
@haider8645 This is a BIG improvement on the map quality and needs to be merged asap 🥇 |
@chhtz has some ideas of improving the polygon intersection with the MLS. We could discuss that as the next step as one of the ways to improve the performance. |
I am now writing some tests so that we can improve the performance and also compare the time taken for the trav map expansion scaling with map size and number of collisions |
Hello @chhtz,
here the PR for the change to handling of step height check on sloped terrain.
Best,
Haider