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
- Host: GitHub
- URL: https://github.com/ggldnl/Hexapod-Controller
- Owner: ggldnl
- Created: 2024-09-05T14:00:14.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-11T14:48:39.000Z (4 months ago)
- Last Synced: 2025-04-07T20:56:21.973Z (2 months ago)
- Topics: hexapod-robot, python, robot
- Language: Python
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```