Add private function mj_makeM.
PiperOrigin-RevId: 757689756 Change-Id: Ie8bb49d9f18a95da2e3fd8622e30f9266a1ced98
This commit is contained in:
committed by
Copybara-Service
parent
9accc7ae51
commit
85dd78d6f3
@@ -103,8 +103,7 @@ static void set0(mjModel* m, mjData* d) {
|
||||
|
||||
// run remaining computations
|
||||
mj_tendon(m, d);
|
||||
mj_crb(m, d);
|
||||
mj_tendonArmature(m, d);
|
||||
mj_makeM(m, d);
|
||||
mj_factorM(m, d);
|
||||
mj_flex(m, d);
|
||||
mj_transmission(m, d);
|
||||
|
||||
Reference in New Issue
Block a user