An open API service indexing awesome lists of open source software.

https://github.com/ggldnl/Hexapod-Controller

Controller (python) for my hexapod robot
https://github.com/ggldnl/Hexapod-Controller

hexapod-robot python robot

Last synced: about 1 month ago
JSON representation

Controller (python) for my hexapod robot

Awesome Lists containing this project

README

        

# Hexapod-Controller

## Installation

```bash
git clone https://github.com/ggldnl/Hexapod-Controller-Python.git
cd Hexapod-Controller-Python
conda env create -f environment.yml
conda activate Hexapod-Controller-Python
```