i work with the new eigen plugin for matrix calculation in my simulation project (v4.10) (therefore used the example inverseDynamics.ttt). Despite using the new plugin following warning message occurs:
Code: Select all
[/Path/script:warning] module 'matrix' was implicitly loaded.
[/Path/script:warning] "matrix" module is deprecated. please use simEigen
Cheers
______________________________________________________________
my code (found similar approach in the example inverseDynamics.ttt):
Code: Select all
import('simEigen', '*')
local mMatrix = Matrix(math.floor(nNumberOfPoints),6,tData)
local tPositions = mMatrix:block(1,1,mMatrix:rows(),3):data()