Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 2.11 KB

CONTRIBUTING.md

File metadata and controls

26 lines (19 loc) · 2.11 KB

👷 Contributing

This project's goal is to make it easy to do inverse kinematics on all kinds of robot models. All contributions are welcome, for example here are some ways to help:

  • Try out the examples and report any issue
  • Propose improvements or ask questions about the documentation
  • Pick something you want to do with one of the many robot descriptions and write a new example
  • Find a use case that is not covered and write a unit test for it
  • Benchmark the performance of the following design choice depending on the number and types of tasks:
    • The current Configuration interface, which does pin.computeJointJacobians + pin.getFrameJacobian
    • The alternative using only pin.computeFrameJacobian

There are also a number of tasks from Pymanoid that are not in Pink yet. If you happen to need one of them for your application, check out the reference implementation and add it to Pink:

Finally, there is one question that has been open for a long time and is still a pain in practice:

  • Solve the question of numerical instability incurred by almost-unfeasible targets where LM damping does not kick in

If any of those sound interesting, open an issue and say you're on it!