-
Notifications
You must be signed in to change notification settings - Fork 37
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
Adding Trajopt_Ifopt option to all examples #389
Adding Trajopt_Ifopt option to all examples #389
Conversation
@Levi-Armstrong I can't get the car_seat_example to place the seat using Ifopt. Could you take a look? Maybe my choice of parameters is wrong. |
I will take a look, but I am not surprised that this was is not working with the Ifopt version based on our discussion about the collision implementation. I am working on moving the collision utilities to trajopt_common so we can update the legacy code to help compare the two. |
c093199
to
343b20c
Compare
256c24f
to
5166eb3
Compare
a43aa6d
to
1e9dd9d
Compare
f5c5bb0
to
63ca9aa
Compare
dce7f1b
to
55f1312
Compare
55f1312
to
edb3c29
Compare
I imagine some the issues my be resolved with the latest fixes in TrajOpt 0.7.2 release. Does this release fix any of the examples? |
74c2484
to
9a491b9
Compare
70477a3
to
6086340
Compare
bb38344
to
ff8389f
Compare
All applicable examples have an Ifopt option added now. I got the car_seat_example working, the puzzle_piece_example and pick_and_place_example do not converge, so I disabled their unit tests. This is ready for review now. (BTW: The CI fails on the unrelated LoadAndExportPluginTest.) |
d984079
to
bf20973
Compare
@rjoomen I think you just need to update a unit test because you modified the task_composer_plugins.yaml. |
@rjoomen It looks like another test is failing.
|
Yes, weird, because it does pass on stable. I'll look into it. |
5e41598
to
debf109
Compare
All examples are working now (with PR tesseract-robotics/trajopt#387), I think this is good to go once that PR is merged, Thanks, Levi. |
…uxillary axis example unit test
@rjoomen Does the car seat work with Ifopt? |
I will review this over the weekend. |
Please squash merge, after CI is passing. |
It looks like the pick and place example for ifopt is failing. |
@rjoomen I pushed a commit fixing the pick and place example. I just had to update the configuration to match the original trajopt and everything was able to plan. It is starting to look like the ifopt version now aligns with the legacy trajopt. |
I am not allowed to merge, as the stable checks are marked as required and did not pass. (Is it correct they should be required?) |
c791e74
into
tesseract-robotics:master
@rjoomen Thank you! |
Examples
Other examples
Other