Python codes for robotics algorithm.
- What is this?
- Requirements
- Documentation
- How to use
- Localization
- Mapping
- SLAM
- Path Planning
- Path Tracking
- Arm Navigation
- Aerial Navigation
- Bipedal
- License
- Use-case
- Contribution
- Citing
- Support
- Sponsors
- Authors
This is a Python code collection of robotics algorithms.
Features:
-
Easy to read for understanding each algorithm's basic idea.
-
Widely used and practical algorithms are selected.
-
Minimum dependency.
See this paper for more details:
For running each sample code:
-
Python 3.9.x
-
numpy
-
scipy
-
matplotlib
-
pandas
For development:
-
pytest (for unit tests)
-
pytest-xdist (for parallel unit tests)
-
mypy (for type check)
-
Sphinx (for document generation)
-
pycodestyle (for code style check)































