Cyber¶
你需要知道的关于 Apollo Cyber 的一切。
- Introduction
- Documents
- 快速入门
- How to Create and Run a new Component in Cyber RT
- Apollo Cyber RT Terminologies
- Apollo Cyber RT FAQs
- What is Apollo Cyber RT?
- Why did we decide to work on a new runtime framework?
- What are the advantages of the new runtime framework?
- Can we still use the data that we have collected?
- Will you continue to support ROS?
- Will Apollo Cyber RT affect regular code development?
- Recommended setup for Apollo Cyber RT
- How to enable SHM to decrease the latency?
- How to use the no serialization message?
- How to configure multiple hosts communication?
- 教程
- 1. Cyber RT API for Developers
- 1.1. Table of Contents
- 1.2. Talker-Listener
- 1.3. Service Creation and Use
- 1.4. Parameter Service
- 1.5. Log API
- 1.6. Building a module based on Component
- 1.7. Launch
- 1.8. Timer
- 1.9. Time API
- 1.10. Record file: Read and Write
- 1.11. API Directory
- 1.12. Writer API
- 1.13. Client API
- 1.14. Parameter API
- 1.15. Timer API
- 1.16. Time API
- 1.17. Duration API
- 1.18. Rate API
- 1.19. RecordReader API
- 1.20. RecordWriter API
- 2. Cyber RT Python
- 3. Apollo Cyber RT Developer Tools
- 4. Cyber RT 调度
- 1. Cyber RT API for Developers
- 高级专题
- Cyber 范例
- API 参考
- C++ API
- cyber/node/node.h
- cyber/node/reader_base.h
- cyber/node/reader.h
- cyber/node/writer_base.h
- cyber/node/writer.h
- cyber/node/node_channel_impl.h
- cyber/node/node_service_impl.h
- cyber/parameter/parameter.h
- cyber/parameter/parameter_server.h
- cyber/parameter/parameter_client.h
- cyber/service/service_base.h
- cyber/service/service.h
- cyber/service/client_base.h
- cyber/service/client.h
- cyber/service_discovery/specific_manager/manager.h
- cyber/service_discovery/specific_manager/channel_manager.h
- cyber/service_discovery/specific_manager/node_manager.h
- cyber/service_discovery/specific_manager/service_manager.h
- cyber/service_discovery/topology_manager.h
- cyber/component/component.h
- cyber/component/timer_component.h
- cyber/logger/async_logger.h
- cyber/timer/timer.h
- cyber/time/time.h
- cyber/record/header_builder.h
- cyber/record/record_base.h
- cyber/record/record_message.h
- cyber/record/record_reader.h
- cyber/record/record_writer.h
- cyber/record/record_viewer.h
- Python API
- C++ API