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

Use Device configuration space for lie group operations. #70

Open
jmirabel opened this issue Jul 13, 2018 · 0 comments
Open

Use Device configuration space for lie group operations. #70

jmirabel opened this issue Jul 13, 2018 · 0 comments

Comments

@jmirabel
Copy link
Contributor

Class Device has a method configuration space which return the robot configuration space (including the extra DoF). This LieGroupSpace can handle integration of a velocity, difference between configurations and could handle interpolation.

Functions integrate, difference, interpolate, etc... of include/hpp/pinocchio/configuration.hh could be implemented with the device LieGroupSpace. It would make it possible to change at runtime the interpolation method by changing the robot Lie group. Moreover, the device Lie group can be factorized (i.e. R^n x R^p becomes R^{n+p})

As a remark we should take care of later, relying on LieGroupSpace and LieGroupElement more deeply may help us to handle velocities representation correctly.

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