askuric/reachy-mini-viewer
2
Reachy Mini Interactive Viewer
This application provides an interactive 3D viewer for the Reachy Mini robot, allowing users to control the robot's head and antennas using sliders.
To run the app locally
- Clone this repository.
- build the Docker image using the provided Dockerfile.
docker build -t reachy-mini-live .- Run the Docker container
docker run -p 7860:7860 reachy-mini-live- Open your web browser and navigate to
http://localhost:7860to access the app.
