Skip to content
Snippets Groups Projects
Commit 6503eb7b authored by Jesse Mapel's avatar Jesse Mapel
Browse files

Added missing normalization in av calculations

parent 776d2844
Branches
Tags
No related merge requests found
......@@ -172,6 +172,7 @@ namespace ale {
interpolate(rotations[1], times, time, interp, 0),
interpolate(rotations[2], times, time, interp, 0),
interpolate(rotations[3], times, time, interp, 0));
quat.normalize();
Eigen::Quaterniond dQuat(interpolate(rotations[0], times, time, interp, 1),
interpolate(rotations[1], times, time, interp, 1),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment