Recorded Moves
This example demonstrates how to play all available moves from a dataset for Reachy Mini. You can use pre-built libraries for dances and emotions, or provide your own custom dataset.
Run with:
python recorded_moves.py -l [dance, emotions]
Or with a custom dataset:
python recorded_moves.py --dataset path/to/your/dataset
See the full example at: recorded_moves.py