Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.24 KB

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 1.24 KB

How to contribute

Please follow the guidelines below if you are interested in making contributions to this library:

  1. Open a new issue and describe the bug you want to fix or the feature you want to implement (see the TODO list below for ideas) so it can be assigned to you

  2. Fork the repository and make a new branch where updates will be added

  3. Have descriptive commit messages especially if the API is affected, and check your commits to make sure it compiles and runs

  4. Include tests for new features or significant changes

  5. Push commits to your fork and make a pull request

TODO List

More or less in order of priority

  • Update to latest GTSAM version
  • Support Python 3.x
  • Load environments from urdf/xml style formats to construct signed distance fields
  • Load robot urdf/xml files and construct forward kinematics for them automatically
  • Simple visualizer for environment, robot, trajectory, etc on the python wrapper side
  • Alternate obstacle cost functions like, barrier function