Skip to content

Commit

Permalink
Create 1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
berndgassmann authored and fabianoboril committed May 27, 2019
1 parent 337ecc3 commit d5c5748
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Latest changes

## Release 1.4.0
* Introduced more straight forward interface on intermediate functions to support better integration of the single calls into an external
framework: SituationSnapshot, RssStateSnapshot, ProperResponse. Moved the timeIndex from the individual elements into these high level
types to support the propagation of the timeIndex even if there are no other vehicles in the surrounding.
Expand Down
5 changes: 1 addition & 4 deletions include/ad_rss/core/RssResponseResolving.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,7 @@ class RssResponseResolving
{
return previousResponse;
}
else
{
return newResponse;
}
return newResponse;
}

struct RssSafeState
Expand Down

0 comments on commit d5c5748

Please sign in to comment.