You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Note that uv users can directly run the daemon with:*
83
+
```bash
84
+
uv run reachy-mini-daemon
85
+
```
86
+
82
87
The same package provides both the daemon and the Python SDK.
83
88
89
+
84
90
## Run the reachy mini daemon
85
91
86
92
Before being able to use the robot, you need to run the daemon that will handle the communication with the motors. This daemon can run either in simulation (MuJoCo) or on the real robot.
0 commit comments