robotology-legacy / mex-wholebodymodel

Matlab MEX interface to the iWholeBodyModel interface.
11 stars 9 forks source link

timeTest.m has wrong vector dimensions #3

Closed iron76 closed 9 years ago

iron76 commented 9 years ago

Apparently the following lines: %Setting State to random values q = rand(32,1);dq = rand(32,1);dxb = rand(6,1); needs to be changed into: %Setting State to random values q = rand(25,1);dq = rand(25,1);dxb = rand(6,1); to complete the test successfully.

naveenoid commented 9 years ago

Fix added in https://github.com/robotology-playground/mex-wholebodymodel/commit/18d926f1852c2097157458ebe8e18c1a4e5feebe