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

Should we set the use of joint accelerations off by default? #66

Open
fjandrad opened this issue Apr 10, 2020 · 1 comment
Open

Should we set the use of joint accelerations off by default? #66

fjandrad opened this issue Apr 10, 2020 · 1 comment

Comments

@fjandrad
Copy link
Contributor

From experience, we know that the measurements for velocity and acceleration can be very noisy. Using this measurements may affect WBD estimation. For this reason, we might consider setting by default the use of these measurements to false. At least, until a solution for these measurements is released.
What do you think? @prashanthr05 @traversaro @pattacini

@prashanthr05
Copy link
Contributor

prashanthr05 commented Apr 10, 2020

Currently,

The useJointVelocity and useJointAcceleration by default in wholebodydynamics device is set to true. This is propagated through the robot-configurations files of all the robots that use the wholebodydynamics device to use the joint accelerations and velocity measurements coming from the IEncoders interface by default unless explicitly set to false, like done here. Before fixing this bug in #53 a low pass filtering of 3 Hz was performed on both these measurements. I suppose even with the low pass filtering of these measurements, the performance of WBD estimation was not relatively better?

If we decide to make any changes in wholebodydynamics device about the default settings, this change needs to be propagated uniformly throughout the configuration files.

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

2 participants