pyomeca / bioviz

Biorbd visualization toolkit
MIT License
16 stars 26 forks source link

Dimensions for movement file #76

Closed MennatallahRihan closed 2 years ago

MennatallahRihan commented 2 years ago

Hey!

I've been trying to make bioviz accept my numpy array of nFrames x nDof and it was giving me an error of being the wrong dimension, but when it was transposed it worked. Just double checking that the dimension is actually nDof x nFrames not as written in the readme file.

pariterre commented 2 years ago

Hello!

I confirm that it should be ndof x nframes, can you point the relevant lines (or even modify the readme!) so we don't confuse people :P

MennatallahRihan commented 2 years ago

Oh good! It's here under load movement GUI section

pariterre commented 2 years ago

There we go! Thanks for reporting :)