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

Question about jointAccelerations initialization in WbcBase.cpp #111

Open
Libre007 opened this issue Oct 24, 2024 · 0 comments
Open

Question about jointAccelerations initialization in WbcBase.cpp #111

Libre007 opened this issue Oct 24, 2024 · 0 comments

Comments

@Libre007
Copy link

Libre007 commented Oct 24, 2024

Hello, I was reading the paper "A Unified MPC Framework for Whole-Body Dynamic Locomotion and Manipulation" and noticed that in the WbcBase.cpp file, on line 135, the jointAccelerations are set to zero:

const vector_t jointAccelerations = vector_t::Zero(info_.actuatedDofNum);

However, the paper suggests that joint accelerations should be obtained through finite differences rather than being initialized to zero. Could you please clarify why this initialization is necessary and how it aligns with the methodology described in the paper?

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