Exemplo n.º 1
0
 void updateJointAngle()
 {
     // Set joint pos
     jointAngle = Helpers.Math.normalizeAngle(joint.getActiveAngle());
 }