GSoC 2021 - Week 3
28 Jun 2021Key highlights
of this week’s work are:
-
Implement PinJoint and Joint class
- Corrected the assumptions, added extensive docstrings and tests.
- Corrected the assumptions, added extensive docstrings and tests.
-
- Completed the implementation of SlidingJoint, tests and docstrings included.
- Completed the implementation of SlidingJoint, tests and docstrings included.
-
Check order of arguments in orient_axis()
- The orient_axis() checks the order of it’s arguments(axis and angle) and raises TypeError if order is incorrect because earlier the value of arguments being correct and order being correct the error message made it difficult to tracse back to a simple error.