Is my data private?
Yes. Your data is encrypted at rest and in transit, logically isolated from other organizations, and never used for SVRC's own training or shared with third parties. Enterprise customers can self-host for complete data sovereignty. We support GDPR data residency requirements with US and EU hosting options.
What robots does it support?
Fearless is robot-agnostic. It works with any hardware that produces standard data formats (HDF5, RLDS, LeRobot, MP4+JSON). We have tested integrations with WidowX, ViperX, Franka Emika, UR5/UR10, Unitree arms, Koch v1.1, SO-100, and custom research platforms. If your robot produces joint states and camera images, Fearless can ingest it.
Can I self-host?
Yes, on the Enterprise plan. Self-hosted Fearless runs as a set of Docker containers orchestrated by Kubernetes (Helm chart provided). Minimum requirements: 8-core CPU, 32 GB RAM, and GPU recommended for evaluation workloads. Air-gapped deployments are supported for defense and regulated environments.
How does it integrate with LeRobot?
Fearless reads and writes LeRobot Parquet format natively. You can push a curated dataset from Fearless directly to a Hugging Face Hub repository for training with LeRobot. Retraining pipeline triggers can invoke LeRobot training scripts on your own compute or on SVRC-managed GPU clusters. Evaluation results from LeRobot training runs flow back into Fearless for tracking.
Is there an API?
Yes. The Fearless API follows OpenAPI 3.1 and supports all platform operations: episode upload, dataset management, evaluation triggers, metric queries, and fleet data ingestion. Python and TypeScript SDKs are available. API access is included in the Startup and Enterprise plans.
How much data can I store?
Research plan: 500 GB. Startup plan: 5 TB. Enterprise plan: unlimited. Storage is measured by raw uploaded data size. For reference, a typical ALOHA bimanual episode (3 cameras, 50 Hz joint data, 30-second task) is approximately 150 MB. A 500 GB allocation holds roughly 3,300 episodes of this type.
Can I import ROS bag files?
Yes. The platform supports ROS bag import with automatic topic extraction and conversion. Specify the topic-to-field mapping in the import configuration, and Fearless converts the bag into a native episode format for replay, annotation, and evaluation.
How does the ROS2 bridge work?
The fearless-ros2-bridge is a lightweight ROS2 node that subscribes to your robot's topics and streams data directly to Fearless. Configure topic mappings in a YAML file. Automatic episode segmentation based on triggers you define (gripper events, task signals, timeouts). Supports ROS2 Humble and Iron distributions. Install via pip.
What training frameworks are supported?
Native integration with LeRobot and Hugging Face training pipelines. Custom training frameworks are supported through a standard launcher API — you provide a training script that accepts a dataset path and config file, and Fearless handles orchestration, checkpointing, and result tracking.
Can I use Fearless with SVRC data collection services?
Yes. Enterprise data collection campaigns include Fearless Platform access. Data collected by SVRC operators flows directly into your Fearless workspace with full metadata, QA reports, and lineage information. This is the most efficient path to a closed-loop data-to-deployment pipeline.