Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 621 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 621 Bytes

norlab_controllers

A library for Norlab controllers

norlabcontrollib is a library with different control algorithms that were implemented and used on Norlab's robots in the field.

Installation

As of writing this documentation, norlabcontrollib can only be installed in editable mode.

git clone [email protected]:norlab-ulaval/norlab_controllers.git
cd norlab_controllers/
pip install -e .

Contributing

git clone [email protected]:norlab-ulaval/norlab_controllers.git
cd norlab_controllers/
pip install -e .