Skip to main content
The ROS 2 packages live in the peaq-robotics-ros2 repository. Clone the workspace and choose either a Docker-based workflow or a native ROS 2 Humble setup.
The Docker image installs ROS 2 Humble, Python dependencies, and build tooling. Exposed ports (5001, 8080) let IPFS nodes or optional managed gateways run locally when using the storage bridge.

Native Humble Setup

IPFS (with Optional Managed Pinning)

The storage bridge relies on an IPFS node. Follow the repository guide to install Kubo, run ipfs daemon, and optionally supply managed gateway credentials (e.g., Pinata, web3.storage) in the configuration file when required. Continue with configuration once the workspace builds successfully.