Skip to content

[Help needed!]Enabling Autoware's Lane Changing, Obstacle Avoidance, and Overtaking with co-simulation of carla0.9.13 and autoware.universe(galactic) #4577

Answered by equantumWang
zsan2023 asked this question in Q&A
Discussion options

You must be logged in to vote

Guys I may find the root cause of this problem. see my issues in Dr. Hatem's autoware-content (vector map) issue

if you have trouble in reading Chinese, use google translate or Chatgpt

最根本的原因是: 提供的Carla Vector Map 中相邻的车道不是连通的区域,在Graph中属于独立的两个域。

请允许我逐个解释:

  1. 在Lanelet2中,车道一般由两个元素组成:两侧的ways以及ways中间所夹的区域组成的lanelet,如 way0-Lanlet0-way1,way与lanelet的关系是由“Relationship来定义的”,如way0的relationship为 Lanelet0的 left way,way1的relationship为 Lanelet0的 right way。
  2. 基于点1,可实施变道的车道定义应该如下: way0-Lanelet0-way1-Lanelet1-way2-Lanelet2-way3.... 关键的地方在于:way1以及way2这些处于两个lanelet中间的way,会有两个"Relationship":如way1为Lanelet0的right way, 且为Lanelet1的left way。这样,Lanelet0与Lanelet1才通过way1成为Graph中的连通域,在求解变道时才会求得可行解。
  3. 原本的 .osm 文件中,通过软件 JOSM(…

Replies: 5 comments 12 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@zsan2023
Comment options

@zsan2023
Comment options

Comment options

You must be logged in to vote
9 replies
@maxime-clem
Comment options

@zsan2023
Comment options

@zsan2023
Comment options

@maxime-clem
Comment options

@zsan2023
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

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

Answer selected by zsan2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
component:planning Route planning, decision-making, and navigation. component:control Vehicle control algorithms and mechanisms.
3 participants