petercorke / petercorke/robotics-toolbox-python

Kinematics wishlist: robust/global IK, symbolic IK, DH model porting, xacro error reporting

Open
#673 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement help wanted
Dominant language
C++
Stars
3.5k
Forks
624
Avg merge
2d 4h
Merged PRs (30d)
53

Description

Cluster of longstanding kinematics ideas, migrated from the wiki's Contributing page (which had drifted out of sync with actual status — see the wiki cleanup discussion). Not scoped/prioritized; pick any item and open a PR, or comment here to discuss approach first.

  • Robust/global-search IK (current numeric solvers are local — IK_NR/IK_LM/IK_GN/IK_QP in roboticstoolbox/robot/IK.py)
  • Symbolic IK solutions — interface to OpenRAVE's IK generation toolset, and/or integrate with SYMORO (Python 2 only currently)
  • Improve the URDF/xacro subsystem to report parse errors with line numbers
  • Port additional DH-convention robot models from the MATLAB toolbox that haven't been carried across
  • DHFactor (symbolic factorization of a DH-parameter chain)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Choose one checklist item and define its scope before coding. For global-search IK, start with roboticstoolbox/robot/IK.py and review IK_NR, IK_LM, IK_GN, and IK_QP; the other items point to the URDF/xacro subsystem, MATLAB toolbox models, OpenRAVE, or SYMORO. Done means one item has a documented approach and a focused pull request.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
robotics
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.