https://github.com/mbund/feh-robot
FEH Robot Project
https://github.com/mbund/feh-robot
arm ci cpp make robotics
Last synced: 2 months ago
JSON representation
FEH Robot Project
- Host: GitHub
- URL: https://github.com/mbund/feh-robot
- Owner: mbund
- License: mit
- Created: 2023-02-03T20:55:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-23T16:56:29.000Z (about 3 years ago)
- Last Synced: 2025-02-28T20:22:20.526Z (over 1 year ago)
- Topics: arm, ci, cpp, make, robotics
- Language: C++
- Homepage: https://mbund.github.io/feh-robot
- Size: 166 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# FEH Robot :robot: :building_construction:
Interaneus Tepetis
## Usage
Clone the repository including submodules:
```
git clone https://github.com/mbund/feh-robot --recurse-submodules
```
Build and copy the binary to the micro SD card, then unmount the card (deploy).
```
SD_PATH=/run/media/mbund/FEHSD make deploy
```