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

Split core library, specific TOPP algorithms into their own packages #19

Open
jonbinney opened this issue Mar 15, 2020 · 0 comments
Open

Comments

@jonbinney
Copy link
Contributor

This will make it easier to maintain the core library. Right now traj has a mix of core functionality and TOPP algorithms. I'd propose the following split for now:

  • traj - PiecewiseFunction, plotting tools. maybe also s-parameterization code?
  • topp_seven_segment (need a better name) - TOPP algorithms that use seven segment piecewise polynomials as their key building block
  • topp_xxxx - future packages for new algorithms we implement.
  • traj_testing - depends on both traj and topp_seven_segment and topp_xxxx librarie;, includes the tests that we'll run in CI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant