-
Notifications
You must be signed in to change notification settings - Fork 31
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
Mesh Loading Failure #118
Comments
I think it would probably make the most sense to separate out the adding the mesh process from the motion plan call. This would give us more flexibility in motion planning to either require a mesh or not. It would also potentially enable adding multiple meshes if the scenario ever came up. |
Sounds like a reasonable approach to me |
How would you separate out adding the mesh process? |
|
If you pass a mesh to the motion planner and there is no mesh at that filepath it will print an error, but just continue with the motion plan. This could lead to unexpected behavior and motion plans that are not collision free.
The text was updated successfully, but these errors were encountered: