Skip to content
Discussion options

You must be logged in to vote
  1. Middleware
  • Autoware uses CycloneDDS by default so most of the topics use it for topic communication. For large data, we also utilize some other interface such as ROS's intra-process communication within a same node container(example) and agnocast (zero-copy communication) as an option for more efficient communication.
  • For V2X communcation, we expect the integrator to create a ROS bridge to convert the hardware specific communication for V2X to be converted into ROS topic to use the information. You can check some discussion posts like this as an example.
  1. Localization
    (Already answered by @YamatoAndo )

  2. Perception
    For tracking modules, we are using 3d space information rather than d…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@dIronmanb
Comment options

Comment options

You must be logged in to vote
1 reply
@dIronmanb
Comment options

Answer selected by dIronmanb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
component:perception Advanced sensor data processing and environment understanding. component:system System design and integration. component:localization Vehicle's position determination in its environment. component:planning Route planning, decision-making, and navigation. component:control Vehicle control algorithms and mechanisms. component:V2X
3 participants