trajopt
trajopt copied to clipboard
refactored test suite
Creates a standalone test suite package for all optimizers. BasicOptimization is currently a work in progress as it will not work with OSQP_eigen. However, it does work with ifopt as well as PaGMO which is another branch coming soon
Also, you'll want to run clang format on it so that CI will pass. There is a bash script in the repo that does that.
fixed a bunch of issues, new pull request incoming
@rkliman You don't have to create a new pull request. Just push to this branch and it will update.
It is close, we just need to restructure it a bit.
@rkliman I see that some of mpowelson requested changes have not been marked resolved. Did these get resolve?
@Levi-Armstrong Yes, they have been resolved
@mpowelson You good with merging this?
I have not reviewed it again, but if you think it looks ok that is fine.
It looks like this includes the pagmo interface as well. Is that potentially breaking for anyone? Ie, is pagmo released on all our target systems? I haven't checked. Also, importantly pagmo is LGPL not GPL.