GSoC 2021 - Week 2
21 Jun 2021Key highlights of this week’s work are:
-
Implement PinJoint and Joint class
- Implemented the
_orient_frame()to orient frames in arbitrary axes to align child and parent axes. Added proper tests for this functionality. Finally this PR seems almost done and is in review phase.
- Implemented the
-
- The
SlidingJointclass is the practical implementation of a Pin Joint. This class inheritsJointclass and forms KDEs, orient frames, set linear and angular velocities all by itself, according to theSlidingJoint. Implemented the entire class along with docstring and some unit tests.
- The