-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add kalman filter joint velocity and acceleration estimation (#139)
* Add kalman filter joint velocity and acceleration estimation Modify joint torque and external wrench estimation setting the correct joint velocity and acceleration when the KF estimation is used Modify configuration files adding paramenters required for the KF inititalization * Remove unused variables and includes * Use only joint position for kf measurement * Modify README * Change default value for estimateJointVelocityAcceleration parameter * Use unique_ptr for kalman filter object * Modify documentation * Update devices/wholeBodyDynamics/README.md Co-authored-by: Prashanth Ramadoss <[email protected]> * Update CHANGELOG * Fix covariances in configuration files Update documentation Co-authored-by: Prashanth Ramadoss <[email protected]>
- Loading branch information
1 parent
6841cdc
commit bf7d5ff
Showing
13 changed files
with
569 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.