Quickstart¶
This guide gets a robot online and controlled via the client app in under 10 minutes.
1. Start the gateway¶
The gateway exposes a local REST API and handles RCAN message routing.
2. Register your robot¶
This creates an RRN (Robot Resource Name) and registers the robot in the fleet registry.
3. Connect the client app¶
- Download the OpenCastor app (web) or TestFlight (iOS)
- Sign in with Google
- Your robot appears in the Fleet view within 30 seconds
4. Send your first command¶
5. Enable contribute (optional)¶
Donate idle compute to the harness research pipeline and earn Castor Credits:
See Contribute for details.
What's running¶
castor gateway → REST API + RCAN router (port 18789)
castor contribute → idle compute coordinator (opt-in)
All processes respect P66: any incoming command preempts background work within 100ms.