Fix RSS docu and provide a sketch with architecture
This commit is contained in:
parent
20e61ef747
commit
9f5dfd329a
Binary file not shown.
After Width: | Height: | Size: 241 KiB |
|
@ -5,6 +5,8 @@
|
|||
This feature integrates the [C++ Library for Responsibility Sensitive Safety](https://github.com/intel/ad-rss-lib) into the CARLA Client library.
|
||||
|
||||
It provides basic implementations of both a **RssSensor**, the situation analysis and response generation by the **ad-rss-lib** and a basic **RssRestrictor** class which applies the restrictions to given vehicle commands.
|
||||
The following image sketches the integration of **RSS** into the CARLA architecture:
|
||||

|
||||
|
||||
The **RssSensor** results can be visualized within CARLA.
|
||||
[](https://www.youtube.com/watch?v=UxKPXPT2T8Q)
|
||||
|
@ -14,7 +16,7 @@ Please see [C++ Library for Responsibility Sensitive Safety documentation](https
|
|||
<h2>Compilation</h2>
|
||||
|
||||
RSS integration is a Linux-only build variant.
|
||||
Please see [Build System](dev/build_system.md) for general information.
|
||||
Please see [Build System](build_system.md) for general information.
|
||||
Furthermore, there are additional prerequisites required for building RSS and its dependencies (see also [**ad-rss-lib**](https://intel.github.io/ad-rss-lib/BUILDING)); briefly:
|
||||
|
||||
Dependencies provided by Ubunutu (>= 16.04):
|
||||
|
|
Loading…
Reference in New Issue