Skip to content

Commit

Permalink
minor release history change
Browse files Browse the repository at this point in the history
  • Loading branch information
DerrickXuNu committed Mar 14, 2022
1 parent 284b856 commit 04d9b37
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/md_files/release_history.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ This page demonstrates all the changes since the origin release v0.1.0 with more
---
### v0.1.2
##### Map manager
OpenCDA now adds a new component `map_manager` for each cav. It will dynamically load road topology and dynamic
OpenCDA now adds a new component `map_manager` for each cav. It will dynamically load road topology, traffic light information, and dynamic
objects information around the ego vehicle and save them into rasterized map, which can be useful for RL planning, HDMap learning, scene understanding, etc.
Key elements in the rasterization map:
- Drivable space colored by black
- Lanes
- Red lane: the lanes that are controlled by red traffic light
- Green lane: the lanes that are controlled by green traffic light
- Yellow lane: the lanes that are not effected by any traffic light
- Objects that are colored by white and represented as rectangle

![](images/map_manager.gif )

Expand Down

0 comments on commit 04d9b37

Please sign in to comment.