GSoC 2021 - End of Community Bonding Period
07 Jun 2021GSoC community bonding offically came to end yesterday and from today the official coding period has started. The community bonding period was really productive as we started early and finalized the API design.
Key highlights
of this week’s work are:
-
Implement PinJoint and Joint class
- This PR implements
Joint
class andPinJoint
class.Joint
class will serve as an abstract base class which would be inherited by other joint classes. ThePinJoint
class is the practical implementation of a Pin Joint. This class inheritsJoint
class and forms KDEs, orient frames, set linear and angular velocities all by itself, according to thePinJoint
.
- This PR implements