MoPPy is a python library that implements several movement primitives for robotics.
Install the library with
pip install .You can now use this library in another project!
Take a look in the example folder, where you can find multiple implementations showcasing the functionality of the library.
conda env create -f environment.yml
conda activate moppyThen install the library in editable mode
pip install -e .- All the tests can be found in the tests folder.
- There exists a ci for testings.
- For mor information on testing in moppy follow README.md.
Install necessary packages:
pip install mkdocs
pip install mkdocs-materialStart local server:
mkdocs serve