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 desired accelerations to get references for position-controlled joints #8

Open
andreadelprete opened this issue Apr 15, 2017 · 0 comments

Comments

@andreadelprete
Copy link
Collaborator

As it can be seen in the project wiki, the position-controlled joints use as references the output of the joint-trajectory-generator. This means that the CoM reference trajectory is completely neglected.

A better strategy could be to integrate the desired accelerations computed by the balance controller, and use the resulting positions as references for the joint position controller. To do that, the only missing block is a double integrator, which should also handle the switch between torque and position control (i.e. reset the integral when a joint switches to position control).

Do you see anything wrong with this approach @thomasfla ?

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

No branches or pull requests

1 participant