Technical Questions Regarding Autoware Middleware, Localization, Perception, Planning, and Control #6544
-
|
Hello, I’ve been using Autoware extensively in my research projects and truly admire the openness and sophistication of your platform. I deeply appreciate the Autoware community’s continuous effort in developing such a powerful and modular system for autonomous vehicles. I have been studying Autoware Universe and would like to ask a few detailed technical questions to deepen my understanding: System information 1. MiddlewareAs Autoware operates on ROS 2, which uses DDS as middleware, I’d like to confirm:
2. LocalizationIn the localization pipeline, both ndt_scan_matcher and ekf_localizer use GNSS data as well as odometry information.
3. PerceptionIn the Autoware node diagram, camera detection modules exist but camera-based tracking is not explicitly shown.
4. PlanningI understand that Autoware’s planning module mainly consists of two high-level scenarios: lane driving and parking.
5. ControlThe documentation mentions:
Thank you very much for your time and for maintaining such an excellent open-source project. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
@dIronmanb Hi,
By default, Autoware estimates the initial position using GNSS positioning, and performs continuous localization thereafter based on the EKF estimation for NDT matching. However, if you set regularization.enable to true, the GNSS positioning will also be used for NDT matching during continuous localization. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.


Localization
(Already answered by @YamatoAndo )
Perception
For tracking modules, we are using 3d space information rather than d…