This example uses Reachy in parallel of Qwenvl2.5 in order to grasp object.
git clone https://github.com/dora-rs/dora.git
cd dora/examples/reachy2
# Make sure to not be in a virtual environment
uv venv --seed -p 3.11
uv pip install -e ../../apis/python/node --reinstall
dora build demo-dev.yml --uv
dora run demo-dev.yml --uv
# First run might take a little bit more time as model need to be downloaded
2025-02-18T17:18:57.937123Z INFO run_inner: dora_daemon: **all nodes are ready**, starting dataflow `01951a11-cfb9-7a70-9198-e12799f812a2` self.machine_id=
Everything that is partially scripted stand within state_machine.py in example/reachy folder.
Feel free to modify it as you want.
pip install dora-rs-cliTODO: