ucla-mobility / OpenCDA

A generalized framework for prototyping full-stack cooperative driving automation applications under CARLA+SUMO.
Other
988 stars 197 forks source link

Develop #191

Closed DerrickXuNu closed 1 year ago

DerrickXuNu commented 1 year ago

Three major updates on this PR: 1) The camera sensor positions are not fixed in the code anymore. Users can define the relative position of a vehicle in the yaml file. 2) Safety manager is added to the cooperative driving system for each cav. It will prompt a safety message when hazards come. 3) We have made the configuration system more organized. We provide a yaml file called "default.yaml" with default parameters. The users can just change the part that needs to be modified in their own scenario yaml file.