ami-iit / matlab-whole-body-simulator

A robot simulator running on simulink
BSD 3-Clause "New" or "Revised" License
31 stars 9 forks source link

Define the size of all the matrices as a funciton of the total number of vertices #68

Closed VenusPasandi closed 2 years ago

VenusPasandi commented 2 years ago

As we tested in a local repository, we saw that the simulator generates error when the number of the links interacting with the ground is not equal to 2. In fact, the size of some matrices defined as fixed numbers assuming that there are 8 number of vertices. In this PR, we define the size of all matrices as a function of the total number of the vertices.

VenusPasandi commented 2 years ago

Thank you @traversaro and @Giulero