📋 Table of contents
Longterm robot project created by the members of Cogito Cogitron.
The project is hugely inspired by work done by HuggingFace with lerobot.
To set up a python enviroment run the following in the terminal to setup a python enviroment:
python -m venv venv
Then activate it
- windows
. venv/scripts/activate
- linux
. venv/bin/activate
Install the requirements with:
pip install -e ".[dynamixel]"
Then open an interactive script session with:
python -i ./scripts/interactive.py
For more information see the documentation for lerobot
- Ensure that git is installed on your machine. Download Git
To run the project, run the following command from the root directory of the project:
To run the test suite, run the following command from the root directory of the project:
This project would not have been possible without the hard work and dedication of all of the contributors. Thank you for the time and effort you have put into making this project a reality.
Distributed under the MIT License. See LICENSE
for more information.