You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: