-
Notifications
You must be signed in to change notification settings - Fork 12
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
[iCubGazeboV3 - iCubGazeboV2_5] Wrong estimated external wrenches #156
Comments
This is the output of whole-body-dynamics
|
I've just noticed that I've the same problem with iCubGazeboV2_5 so I will rename the issue |
Since the version v0.7.0 is working without any problem I played with
|
My intuition is that there is something wrong in the ft serialization, we had a similar problem (if I recall correctly) when debugging https://github.com/robotology/whole-body-estimators/pull/153/files in the first place. |
In the |
A possible bug is in
instead. |
PR: #157 . @GiulioRomualdi |
Fixed in #157 thank you @traversaro |
I spawned iCubGazeboV3 in gazebo and I ran wholebody dynamics with
yarprobotinterface --config launch-wholebodydynamics.xml
.The robot was in double support and the feet were in contact with the ground
However when I tried to read the contact forces with
yarp read ... /wholeBodyDynamics/left_foot_front/cartesianEndEffectorWrench:o
I got the following result.I asked @paolo-viceconte to replicate the same experiment and he got the same result
My setup is
cc @traversaro
The text was updated successfully, but these errors were encountered: