Sudeep Sidhu Open Source Python Developer

GSoC 2021 - Week 3

Key highlights of this week’s work are:

  • Implement PinJoint and Joint class

    • Corrected the assumptions, added extensive docstrings and tests.

  • Implement SlidingJoint

    • 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.
Follow @sidhu1012