intel / ad-rss-lib

Library implementing the Responsibility Sensitive Safety model (RSS) for Autonomous Vehicles
https://intel.github.io/ad-rss-lib/
GNU Lesser General Public License v2.1
336 stars 138 forks source link

Ease version handling and folder layout #112

Closed berndgassmann closed 3 years ago

berndgassmann commented 3 years ago

Description

Fixes #

Where has this been tested?

Possible Drawbacks


This change is Reviewable

codecov-commenter commented 3 years ago

Codecov Report

Merging #112 (81b7919) into master (b713d7c) will increase coverage by 0.00%. The diff coverage is n/a.

:exclamation: Current head 81b7919 differs from pull request most recent head 5c49d2a. Consider uploading reports for the commit 5c49d2a to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##           master     #112   +/-   ##
=======================================
  Coverage   82.00%   82.01%           
=======================================
  Files         268      268           
  Lines       34835    34826    -9     
  Branches     6406     6399    -7     
=======================================
- Hits        28566    28561    -5     
  Misses        805      805           
+ Partials     5464     5460    -4     
Impacted Files Coverage Δ
ad_rss/include/ad/rss/state/RssStateOperation.hpp 60.00% <ø> (ø)
...d_rss/include/ad/rss/unstructured/DebugDrawing.hpp 50.00% <ø> (ø)
ad_rss/include/ad/rss/unstructured/Geometry.hpp 35.89% <ø> (ø)
ad_rss/src/core/RssCheck.cpp 46.15% <ø> (ø)
ad_rss/src/core/RssResponseResolving.cpp 55.66% <ø> (ø)
ad_rss/src/core/RssSituationChecking.cpp 76.99% <ø> (ø)
ad_rss/src/core/RssSituationExtraction.cpp 79.20% <ø> (ø)
ad_rss/src/situation/Physics.cpp 44.91% <ø> (ø)
ad_rss/src/situation/RssFormulas.cpp 73.98% <ø> (ø)
...ituation/RssStructuredSceneIntersectionChecker.cpp 84.95% <ø> (ø)
... and 163 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b713d7c...5c49d2a. Read the comment docs.