Skip to content

Commit 61d23e9

Browse files
committed
feat: add 2025 roadmap
1 parent f9e1a9b commit 61d23e9

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed

roadmap/2025.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
# Autonomous Driving System Version Release Plan Roadmap
2+
3+
## Wheel.OS Version Release Plan
4+
5+
### Version 12.31
6+
#### Features
7+
- **Core Middleware**: Support for core functionality modules and stability optimizations.
8+
- **Common_msgs Message Interface**: Provide standardized message interfaces to support efficient communication between modules.
9+
- **Drivers Sensor Driver**: Enhance support and compatibility for various sensors.
10+
- **Vehicles Chassis**: Enable vehicle chassis control and debugging, improving adaptation capabilities.
11+
12+
#### Tools
13+
- **Aconf Configuration Management**: Provide a configuration management tool for flexible module configuration loading.
14+
- **Cviz Data Visualization**: Support real-time visualization of key data in the autonomous driving system.
15+
- **DBC_tool Vehicle Chassis Adaptation**: Optimize the vehicle chassis adaptation process and improve usability.
16+
- **Chassis Debugging Tool**: Support debugging and performance optimization for chassis systems.
17+
18+
---
19+
20+
## Wheel.App Version Release Plan
21+
22+
### Version 2.28
23+
#### Features
24+
- **Localization**: Enable basic localization capabilities.
25+
- **Perception**: Build the foundation of the perception module.
26+
- **Prediction**: Support basic behavior prediction for dynamic objects.
27+
- **Planning**: Implement initial path planning functionality.
28+
- **Control**: Provide vehicle control capabilities.
29+
30+
#### Tools
31+
- **Sensor Calibration**: Offer tools for sensor initialization and calibration.
32+
- **Sensor Time Synchronization**: Resolve synchronization issues across multiple sensors.
33+
- **Vehicle Dynamics Calibration**: Support calibration of vehicle dynamics-related parameters.
34+
- **Carla Integration**: Enable integration with the Carla simulator through a bridging tool.
35+
36+
### Version 6.30
37+
#### Features
38+
- **Middleware - Performance Optimization**: Optimize the runtime performance of middleware modules.
39+
- **Hardware Adaptation**:
40+
- Support Horizon J6 hardware platform.
41+
- Enable NX5 hardware adaptation capabilities.
42+
- **Localization**:
43+
- Enhance localization module performance with indoor localization support.
44+
- Implement multi-sensor fusion localization functionality.
45+
- **Perception**:
46+
- Optimize perception module performance.
47+
- Implement semantic segmentation capabilities.
48+
- Establish a robust development process.
49+
- **Prediction**: Improve behavior prediction capabilities for dynamic environments.
50+
- **Planning**:
51+
- Provide planning capabilities independent of high-definition maps.
52+
- Introduce decision-making based on path behavior trees.
53+
- **Control**: Continuously optimize the vehicle control system.
54+
55+
#### Operations
56+
- **Functional Safety**: Ensure the system's functional safety.
57+
- **Dispatch System**: Implement a dispatch system with status monitoring and task scheduling capabilities.
58+
- **Remote Driving**: Enable remote vehicle control via advanced instructions.
59+
60+
#### Tools
61+
- **Vehicle Dynamics Modeling**: Support the construction of dynamic models based on vehicle parameters.
62+
63+
---
64+
65+
## Overview Table
66+
67+
| **Version** | **Features** | **Tools** | **Other Modules** |
68+
|--------------------|-----------------------------------------------|-----------------------------------------------|-----------------------------|
69+
| **Wheel.OS 12.31** | Core Middleware, Common_msgs, Drivers, Vehicles | Aconf, Cviz, DBC_tool, Chassis Debugging Tool | None |
70+
| **Wheel.App 2.28** | Localization, Perception, Prediction, Planning, Control | Sensor Calibration, Time Sync, Dynamics Calibration, Carla Bridge | None |
71+
| **Wheel.App 6.30** | Middleware Optimization, Hardware Adaptation, Localization Enhancement, Perception Optimization, Prediction, Planning, Control | Vehicle Dynamics Modeling | Functional Safety, Dispatch System, Remote Driving |
72+
73+
---
74+
75+
### Notes
76+
- Features in each version are incrementally prioritized to ensure system stability and performance optimization.
77+
- Tool modules will be iteratively updated based on the feature requirements of each version.
78+
- Operations modules will be progressively refined in future versions to ensure system safety and operational management capabilities.

0 commit comments

Comments
 (0)