Update ad-rss-lib version
This commit is contained in:
parent
d20e6ef7ca
commit
f8dd4e7806
|
@ -1,6 +1,6 @@
|
|||
## Latest
|
||||
|
||||
* Upgraded to AD RSS v4.0.0 supporting unstructured scenes and pedestrians
|
||||
* Upgraded to AD RSS v4.0.1 supporting unstructured scenes and pedestrians
|
||||
* Fixed a bug where `get_traffic_light` would always return `None`
|
||||
* Changed frozen behavior for traffic lights. It now affects to all traffic lights at the same time
|
||||
* Added API function `freeze_all_traffic_lights` and `reset_group`
|
||||
|
|
|
@ -31,7 +31,7 @@ else
|
|||
git clone --depth=1 -b v1.x https://github.com/gabime/spdlog.git
|
||||
git clone --depth=1 -b 4.9.3 https://github.com/OSGeo/PROJ.git
|
||||
git clone --depth=1 -b v2.1.0 https://github.com/carla-simulator/map.git
|
||||
git clone --depth=1 -b v4.0.0 https://github.com/intel/ad-rss-lib.git
|
||||
git clone --depth=1 -b v4.0.1 https://github.com/intel/ad-rss-lib.git
|
||||
popd
|
||||
|
||||
cat >"${CARLA_BUILD_FOLDER}/${ADRSS_BASENAME}/colcon.meta" <<EOL
|
||||
|
|
Loading…
Reference in New Issue