Fix quaternion typos.
PiperOrigin-RevId: 453203844 Change-Id: I7d788c21bb00b7746f941fb2cf755f0b046e35f2
This commit is contained in:
committed by
Copybara-Service
parent
16baac9353
commit
53d3220fcc
@@ -49,7 +49,7 @@ void mj_kinematics(const mjModel* m, mjData* d) {
|
||||
// normalize all quaternions in qpos
|
||||
mj_normalizeQuat(m, d->qpos);
|
||||
|
||||
// normalize mocap quaterions
|
||||
// normalize mocap quaternions
|
||||
for (int i=0; i<m->nmocap; i++) {
|
||||
mju_normalize4(d->mocap_quat+4*i);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user