Goals
This guide walks you through connecting your Boston Dynamics Spot quadruped robot to its digital twin on Cyberwave. By the end, you will have:- Configured the Spot hardware and connected an edge device
- Created a Cyberwave environment with a Spot digital twin
- Installed the Cyberwave edge stack on the edge device connected to Spot
- Paired the physical robot with the digital twin in real time
Set Up the Spot Hardware
Before connecting to Cyberwave, make sure your Spot is powered on, firmware is up to date, and you have network access to its onboard computer.Spot Developer Documentation
Refer to the official Boston Dynamics developer documentation for hardware setup, networking, and initial configuration.
Phase 1: Configure Cyberwave Environment
Set up your environment and add the Spot digital twin on Cyberwave.Step 1: Create an Environment
An environment is a 3D virtual space that mirrors your real-world robot setup.- Go to the Cyberwave dashboard and click on New Environment.
- Give your environment a name and description.
Step 2: Add the Spot Digital Twin
- Inside your environment, click Add from Catalog in the left panel.
- Search for Boston Dynamics Spot in the catalog.
- Add the Spot digital twin to your environment.
- Position it to match your physical setup.
Phase 2: Pair the Spot Robot
To install the Cyberwave edge stack and pair Spot, you need to connect an edge device (e.g., a Spot CORE I/O payload, Raspberry Pi, Jetson Orin Nano, or any Linux computer) to Spot and then install the Cyberwave software on that device.Step 1: Connect an Edge Device to Spot
Spot supports two primary ways to connect an external compute device:- Spot CORE I/O (recommended)
- External edge device via Ethernet
The Spot CORE I/O is a payload that mounts directly on Spot’s back and connects to the robot’s internal network automatically.
- Mount the Spot CORE I/O payload on the back payload port.
- Power on Spot — the payload boots and connects to Spot’s internal network.
- SSH into the CORE I/O from your workstation over Wi-Fi or Ethernet.
Step 2: Install the Cyberwave CLI
With your edge device connected to Spot and SSH session active, install the Cyberwave CLI:For more details, see Step 3 of the Quick Start guide.
Step 3: Install the Edge Core
The Edge Core is the orchestrator of your Cyberwave edge components. It runs on the edge device and acts as the bridge between the Spot hardware and the Cyberwave cloud backend.cyberwave-edge-core on your edge device.
Step 4: Pair Spot with its Digital Twin
Follow the prompts in your terminal:- Select the environment you created earlier.
- Select the Spot digital twin you added to that environment.
- The appropriate driver will be automatically installed and configured.
Your Boston Dynamics Spot is now paired with its digital twin and syncing in real time.