-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #132 from ucla-mobility/develop
Develop
- Loading branch information
Showing
50 changed files
with
872 additions
and
209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -147,3 +147,5 @@ opencda/evaluation_figures/ | |
evaluation_outputs/ | ||
docs/tmp.py | ||
data_dumping | ||
video_dumping | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
## Release History of OpenCDA | ||
This page demonstrates all the changes since the origin release v0.1.0 with more detailed imags. | ||
|
||
--- | ||
### v0.1.1 | ||
#### Cooperative Perception | ||
OpenCDA now supports data dumping simultaneously for multiple CAVs to develop V2V perception | ||
algorithms offline. The dumped data includes: | ||
- LiDAR data | ||
- RGB camera (4 for each CAV) | ||
- GPS/IMU | ||
- Velocity and future planned trajectory of the CAV | ||
- Surrounding vehicles' bounding box position, velocity <br> | ||
|
||
Besides the above dumped data, users can also generate the future trajectory for each | ||
vehicle for trajectory prediction purpose. Run `python root_of_opencda/scripts/generate_prediction_yaml.py` | ||
to generate the prediction offline. | ||
|
||
This new functionality has been proved helpful. The newest paper <strong>OPV2V: An Open Benchmark Dataset and Fusion Pipeline for Perception with Vehicle-to-Vehicle Communication</strong> | ||
has utilized this new feature to collect cooperative data. Check https://mobility-lab.seas.ucla.edu/opv2v/ for more information | ||
|
||
 | ||
|
||
#### CARLA 0.9.12 Support | ||
OpenCDA now supports both CARLA 0.9.12 and 0.9.11. Users needs to set CARLA_VERSION variable before | ||
installing OpenCDA. When users run opencda.py, -v argument is required to classify the CARLA version for | ||
OpenCDA to select the correct API. | ||
|
||
#### Weather Parameters | ||
To help estimate the influence of weather on cooperative driving automation, users now can | ||
define weather setting in the yaml file to control sunlight, fog, rain, wetness and other conditions. | ||
|
||
#### Bug Fixes | ||
Some minor bugs in the planning module are fixed. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.