Please enable JavaScript.
Coggle requires JavaScript to display documents.
Motion Planner 避障+導航, ego_state, waypoints - Coggle Diagram
Motion Planner 避障+導航
概念流程
第一階段:
收集資料
-
第二階段:
behaviour planning
-
behaviour planning,py
的transition_state()
判斷
-
-
Follow lane(預設為此狀態)
既然車子要前進,那就要找到可以走的路線,所以用waypoints和ego state找出goal state和goal index就是要預測的路線中的最後一個點在waypoints中的index,還要在這裡判斷要不要將state換成decelerate to stop。
-
-
-
-
-
-
-
-