SkillAgentSearch skills...

CyberRT

Apollo CyberRT framework for Autonomous Driving

Install / Use

/learn @storypku/CyberRT
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Introduction

Apollo Cyber RT is an open source, high performance runtime framework designed specifically for autonomous driving (AD) scenarios. Based on a centralized computing model, it is greatly optimized for high concurrency, low latency, and high throughput in autonomous driving.

During the last few years of development of AD technologies, we have learned a lot from our previous experience with Apollo. The industry is evolving and so is Apollo. Going forward, Apollo has already moved from development to production. With volume deployment in real world, we see demands for the highest level of robustness and performance. That’s why we spent years building and perfecting Apollo Cyber RT, which addresses those requirements of AD solutions.

Key benefits of using Apollo Cyber RT:

  • Accelerate development
    • Well defined task interface with data fusion
    • Array of development tools
    • Large set of sensor drivers
  • Simplify deployment
    • Efficient and adaptive message communication
    • Configurable user level scheduler with resource awareness
    • Portable with fewer dependencies
  • Empower your own autonomous vehicles
    • The default open source runtime framework
    • Building blocks specifically designed for AD scenarios
    • Plug and play your own AD system

Build/Installation

Dependencies

You can run the following command to install CyberRT pre-requisites:

bash tools/install/install_prereqs.sh

sudo privilege is needed, and by default Fast-DDS is installed under /usr/local/fast-rtps/.

Build

source setup.bash
bazel build //...
bazel test //...

Release Build

Binary releases for CyberRT is still a Work-In-Progress. Contribution is highly appreciated.

Documents

More documents to come soon!

View on GitHub
GitHub Stars133
CategoryDevelopment
Updated14d ago
Forks43

Languages

C++

Security Score

95/100

Audited on Mar 24, 2026

No findings