stephane-caron / pink

Python inverse kinematics based on Pinocchio
Apache License 2.0
246 stars 15 forks source link

Refactor tasks and fix Draco 3 example #58

Closed stephane-caron closed 1 year ago

stephane-caron commented 1 year ago
stephane-caron commented 1 year ago

@ymontmarin This PR is ready for review. :detective:

stephane-caron commented 1 year ago

Thank you for checking :smiley:

I can do it if you think it is useful for readabillity of the code

Currently it's readable but a bit dumb :sweat_smile: It fits the fact that some child classes add their own attributes to the repr (e.g. frame task adding its target).

If auto repr generation is simple enough to maintain and reduces the amount of boilerplate code I'm all for it :+1: