Skip to content

alexkoven/Grievous

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,152 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

We are building a cheap, human-like, fully-autonomous testbed. The testbed design is based on Mobile Aloha and XLeRobot. The software is built on top of LeRobot. Follow along for future updates!

Short Demo

We will update this repo as we go.

Installation

  1. Create conda environment and activate
conda create -y -n grievous python=3.10
conda activate grievous
  1. Install ffmpeg in conda environment with conda install ffmpeg -c conda-forge

  2. Clone this repo and install directory in editable mode

git clone git@github.com:alexkoven/Grievous.git
cd ./Grievous
pip install -e .

Running Grievous

On RPi5, activate conda environment and run

cd ~/Grievous
python -m lerobot.robots.grievous.grievous_host

On remote PC, activate conda environment and run

./test_record.sh

About

Grievous reincarnated as general-purpose household robot

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.3%
  • Other 0.7%