-
Notifications
You must be signed in to change notification settings - Fork 108
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
TrajOptIfopt errors in getMaxErrorWithBufferT* #370
Comments
Yea, I will take a look. What branch should I check out. |
This one, and then build car_seat_example_node with parameter ifopt = true and run it. It should quit with a non-descriptive error. |
I will have a PR up soon which fixes this issue. |
Fixed by PR #372 |
Great, this has solved the issue. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The TrajOptIfopt version of car_seat_example crashes because "Max error with buffer at T0 does not exist.". This is using the LVS_DISCRETE collision evaluator. In testing with my own code I also have crashes, because "Max error with buffer at T1 does not exist." when using evaluator CONTINUOUS, but not when using the other collision evaluator types.
I have been searching for hours, but can't find the reason. @Levi-Armstrong would you be able to take a look, because I've no idea how to solve this.
The text was updated successfully, but these errors were encountered: