Fix quaternion typos.
PiperOrigin-RevId: 453203844 Change-Id: I7d788c21bb00b7746f941fb2cf755f0b046e35f2
This commit is contained in:
committed by
Copybara-Service
parent
16baac9353
commit
53d3220fcc
@@ -2548,7 +2548,7 @@ mjModel* mjCModel::Compile(const mjVFS* vfs) {
|
||||
throw mjCError(0, "could not create mjData");
|
||||
}
|
||||
|
||||
// normalize keyframe quaterions
|
||||
// normalize keyframe quaternions
|
||||
for (i=0; i<m->nkey; i++) {
|
||||
mj_normalizeQuat(m, m->key_qpos+i*m->nq);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user