Closed arntanguy closed 10 months ago
This PR fixes the initialization of posW in case of a fixed-based robot. In that case we do not have a floating joint and cannot simply set mbc().q[0].
posW
mbc().q[0]
Hi @arntanguy
Thanks for the fix. I have implemented it in a slightly different way in the commit referenced above.
This PR fixes the initialization of
posW
in case of a fixed-based robot. In that case we do not have a floating joint and cannot simply setmbc().q[0]
.