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

Standardize arguments to various types of functions #15

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

Standardize arguments to various types of functions #15

jonbinney opened this issue Mar 15, 2020 · 0 comments

Comments

@jonbinney
Copy link
Contributor

Over time, we've accumulated multiple different functions that do the same thing in different ways. I'd like to push towards having a standard set of arguments for them, and a standard return value. That will let us treat the functions as interchangeable when using them. We don't need to do this for all functions, but I think the ones that would make sense would be:

  1. s-parameterization functions - functions that take a path as a list of waypoints in joint space and return a PiecewiseFunction
  2. time-parameterrization function - functions that take the result of 1 as well as min/max jerk/acc/vel values, and return a PiecewiseFunction that maps from t to s.

There are probably more I'm missing right now.

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