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

Add a RPYMinJerk class #110

Open
pFernbach opened this issue Sep 14, 2023 · 3 comments
Open

Add a RPYMinJerk class #110

pFernbach opened this issue Sep 14, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@pFernbach
Copy link
Member

We need a new class inheriting from curve_rotation_t that implement independant minjerk formulation for roll pitch yaw.

It can already be done with a simple polynomial, but for our use case we need it to have a type that inherit from curve_rotation_t (it is necessary in order to use it as the rotational part of a SE3 curve).

@pFernbach pFernbach added the enhancement New feature or request label Sep 14, 2023
@pFernbach pFernbach self-assigned this Sep 14, 2023
@MaximilienNaveau
Copy link
Contributor

This is the first step toward doing this: #112
I created a smooth SO3 trajectory that allows us to interpolate smoothly between 2 rotations.

Hence the above problem can be resolved easily using this new curve.

Remains to implement the inheritance for the SE3 curve compatibility.

@MaximilienNaveau
Copy link
Contributor

I will probably update the above PR to handle the inheritance as well.

@MaximilienNaveau
Copy link
Contributor

Actually we don't need it. So Once the PR is merged we close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants