-
Notifications
You must be signed in to change notification settings - Fork 9
forwardDynamicsConsistencyTest failing #30
Comments
Now the test are running in a systematic way by simply typing ctest (or also make test if you are running make). For now only the base link test has been ported, while the conservation of kinematic energy test is broken (see issue #30). In the meanwhile also the FindMatlab.cmake was ported to the newest version available from upstream CMake.
I fear that
means that the position of the floating base pose is obtained through forward kinematics on the left foot, instead of integrating what comes from the floating base dynamics. In this case, the foot is stuck on the ground, and the dynamics should incorporate also the external wrench acting on the foot for passing the tests. But, I am just speculating. @naveenoid what do you think about it? |
It seems that there are two different files |
I will close this issue. It will be directly addressed in the cleanup referenced in the issue above. |
The test is still not working. I was able to get it to work for a simple two links floating base model, but it is still failing for full iCub model. |
testing in a bit. This is with 0 input torques? On Thu, Oct 22, 2015 at 5:31 PM, Silvio Traversaro <notifications@github.com
|
Yes, cleanup test in https://github.com/robotology/mex-wholebodymodel/tree/fixKineticEnergyConservationTest . To run together with the rest of the test, run |
I am experiencing strange matlab crashes, so I guess there is something going on the C++ part. |
7 hours later I solved the crash above mentioned. : D (see #46), so I can concentrate on the real issue. Apparently the test is still not passing: The base translational acceleration in particular is quite fishy, because it should be 0 , but it is not zero, I will investigate in this direction. |
I finally found the bug, it was due to a rotation matrix not inversed, you can find more info in the relative commit: 0223cbc . Again, this bug was fixed in other version of the |
👍 👍 |
Ah, there was also a quaternion to rotation conversion performed with the |
Great. Closing? |
When the necessary changes will be merged in master. |
Ack. |
Sorry back on track after a day with no internet. This is a result of a On Fri, Oct 23, 2015 at 4:38 PM, Daniele notifications@github.com wrote:
|
I think this can be safely closed now, no? |
Yes. |
I wanted to consolidate the tests such that they could be executed in a systematic way, but I tried
to run the
forwardDynamicsConsistencyTest
and I get this output:The text was updated successfully, but these errors were encountered: