In case a model is set as a ma::body::Region::Full, the computation of the total center of mass should be proposed (or automatically done during the computation of the inverse dynamics). The projection on the ground might also be done at the same time.
Instead of using ma::body::Region::Full (or maybe combined with it), it seems more robust to check is the percentage weight of all segments is equal to 1 (or very close to).
In case a model is set as a
ma::body::Region::Full
, the computation of the total center of mass should be proposed (or automatically done during the computation of the inverse dynamics). The projection on the ground might also be done at the same time.