carla/PythonAPI/carla/agents
Daraan 694ad122ac
Bugfixes for python agents obstacle detection when empty vehicle_list is passed. (#7142)
* Bugfix for empty vehicle_list

Bug description: When an empty list is passed this fills the list with all vehicles; this is not intended. 

1) This does not allow to pass an empty list, e.g. if no vehicles are nearby.

2) On a map without pedestrians, this code is also used with an empty list which then detects cars as pedestrians.

* Update CHANGELOG.md with agent bugfix note

---------

Co-authored-by: Blyron <53337103+Blyron@users.noreply.github.com>
2024-02-21 11:46:20 +01:00
..
navigation Bugfixes for python agents obstacle detection when empty vehicle_list is passed. (#7142) 2024-02-21 11:46:20 +01:00
tools Fixed minroa gent error 2021-07-30 13:05:32 +02:00
__init__.py Reorganize PythonAPI folder 2019-03-30 14:29:57 +01:00