Skip to main content
Connect your robot to the Repoch server to begin streaming data.
Scan manually:
repoch scan
And connect to the server:
repoch client --server_host=127.0.0.1 --port=8000
If using audio, first install the audio dependencies:
sudo apt update
sudo apt install libportaudio2
Then enable audio:
repoch client --audio.enable=true

Verify Connection

Once connected, and your robot is streaming, you should see it appear in the Repoch web interface:
  1. Open http://localhost:8000
  2. Navigate to the Live Sessions tab
  3. Verify your robot is listed and the streams are all showing

Next Steps

Create Session

Start recording a teleoperation session