Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 1.31 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.31 KB

This repository has been archived. A recent version can be found on https://gitlab.com/project-march.

Gait Generation

Robot agnostic rqt plugin which allows the user to create joint trajectories.

GitHub release (latest by date including pre-releases) codecov

Branch Build Status
master Build Status
develop Build Status

Code Style

For code style the pep8 style guide rules are followed. To check these rules we use the flake8 tool and pep8-naming plugin. To install run

python2 -m pip install flake8 pep8-naming --user

Then you can run flake8 from the root and it will give errors you should fix, otherwise the Travis build will fail.