Collision checking with wavemap #75
sverrevr
started this conversation in
Show and tell
Replies: 1 comment 6 replies
-
Thanks for sharing @sverrevr! This is a great starting point for a generic function that gets all occupied cells around a point. Adding more examples on how to use wavemap for path planning is on our roadmap, but together with quite a few other features so it'll probably take some time until we get to it. Would you be interested in collaborating on this? :) |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Even though all the information is available here and here, I still used some time to figure out exactly how to do collision checking with wavemap in ros. So to help future users, here is my implementation. Its probably not an optimal implementation, but maybe it can be a starting point. If you have some improvements please post them below, or modify the post itself, would be nice to work out a good minimal example people can use.
Beta Was this translation helpful? Give feedback.
All reactions