-
Notifications
You must be signed in to change notification settings - Fork 26
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
Show motion planning while avoiding Octrees #57
Comments
I'm going to try this one! |
Hmm, I get this:
I looked at this example, where it seems to check that HPP-FCL's version is greater than 3.0.0, but that isn't even out yet, right? So I'm not sure exactly what's going on; maybe I'm missing it, but it seems like meshcat might not support octrees. There is this and this relevant commit, but I can't find the PR those were introduced in either (GH just points to the pinnochio 3 merge #2235) |
Ah, it's possible these are all in 3.0.0 or greater, but not in the 2.7.0 version. Might need to wait until that makes it onto PyPi, they seem to be working through some build issues. |
Ok, I'll look at different issues then! |
I just found out that Pinocchio's PyPi version was bumped to 3.3.1 a few days ago -- this should be doable now. |
Pinocchio already supports Octrees in HPP-FCL (for collision checking) and Meshcat (for visualization).
It would be nice to have official support, and an example, of motion planning with an Octree representing a custom collision geometry.
The text was updated successfully, but these errors were encountered: