6 releases (breaking)
| 0.10.0 | Oct 19, 2025 |
|---|---|
| 0.9.1 | Sep 12, 2025 |
| 0.9.0 | Aug 1, 2025 |
| 0.8.0 | May 26, 2025 |
| 0.6.0 | Jan 21, 2025 |
#444 in Robotics
2MB
679 lines
Copper Runtime & SDK
ðĪ Copper is to robots what a game engine is to games - build, run, and replay your entire robot deterministically.
Why Copper
ðĶ Rust-first â ergonomic & safe
⥠Sub-microsecond latency â zero-alloc, data-oriented runtime
âąïļ Deterministic replay â every run, bit-for-bit identical
ð§ Interoperable with ROS2 â bridges via Zenoh opening the path for a progressive migration.
ðŠķ Runs anywhere â from Linux servers, workstations, SBC to bare-metal MPUs
ðĶ Built to ship â one stack from simulation to production
Example Applications
| Flying | Driving | Swimming | Spacefaring |
|---|---|---|---|
You don't have a real robot yet? Try it in our toy example right now in a sim environment!
Here is a Copper-based robot in action in a Bevy simulation environment! The realistic sim is created using Bevy (A Rust Game Engine) and Avian3d (Physics Engine in Rust).
On your mac or linux machine (x86-64 or Arm) just run ...
$ cargo install cu-rp-balancebot
$ balancebot-sim
... to try it locally.
The source code for this demo is available in the examples/cu_rp_balancebot directory.
Get Started
- Start a new project from templates: Project Templates
- See a full task graph + runtime walkthrough: Copper Application Overview
- Build and deploy an application: Build and Deploy a Copper Application
- RON configuration reference: Copper RON Configuration Reference
Documentation
Link to the full documentation
- Runtime concepts and SDK features: Copper Runtime Overview
- Task lifecycle: Task Lifecycle
- Modular configuration: Modular Configuration
- Task automation: Task Automation with just
- Supported platforms: Supported Platforms
- Bare-metal development: Baremetal Development
- Available components: Available Components
- FAQ: FAQ
- Release notes: Copper Release Notes
- Roadmap: Roadmap
Project
[!NOTE] We are looking for contributors to help us build the best robotics framework possible. If you are interested, please join us on Discord or open an issue.
Dependencies
~41â81MB
~1M SLoC
