Skip to content
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

Integrate Optimal Embedded Surface Into Planner #19

Open
rland93 opened this issue Apr 13, 2022 · 2 comments · Fixed by #21
Open

Integrate Optimal Embedded Surface Into Planner #19

rland93 opened this issue Apr 13, 2022 · 2 comments · Fixed by #21
Assignees
Milestone

Comments

@rland93
Copy link
Owner

rland93 commented Apr 13, 2022

This code was originally written as a companion to the research code in c7d5270. Now that the method has been fleshed out, we can integrate it into this repository.

@rland93 rland93 self-assigned this Apr 13, 2022
@rland93 rland93 added this to the 0.2.0 Release milestone Apr 13, 2022
@rland93
Copy link
Owner Author

rland93 commented Apr 29, 2022

Going to start working on this.

This wasn't integrated before, because the solution was not robust and quite slow.

I think I can fix those issues. If not, my old (slow, bad, high error) implementation will be added, but maybe on an experimental branch. If so, then I'll try to integrate it into the planner in a way that makes sense.

rland93 added a commit that referenced this issue Apr 29, 2022
Added a method to generate optimal surfaces. Right now, there is no API, only an example.
rland93 added a commit that referenced this issue May 2, 2022
- Added a new OO API for generating surfaces that allows increased speed from "warm start" of the solver, at the expense of increased time to generate the first surface.

- Changed the way finite difference constraints were calculated on the sheet. This has increased the robustness of the solver, but we still need to test that.
rland93 added a commit that referenced this issue May 2, 2022
rland93 added a commit that referenced this issue May 2, 2022
rland93 added a commit that referenced this issue May 2, 2022
rland93 added a commit that referenced this issue May 4, 2022
- Created a function that generates a "ridge" terrain, for easy evaluation of the surface API.

- Removed run-as-script stuff from surface.py.
@rland93 rland93 linked a pull request May 4, 2022 that will close this issue
@rland93
Copy link
Owner Author

rland93 commented May 4, 2022

Leaving this issue open until we have documentation supporting the surface API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant