You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,12 @@ Copy and pasting the git commit messages is __NOT__ enough.
13
13
### Changed
14
14
-`VehicleIndex.build_agent_vehicle()` no longer has `filename` and `surface_patches` parameters.
15
15
- The following modules have been renamed: `envision.types` -> `envision.etypes`, `smarts.core.utils.logging` -> `smarts.core.utils.core_logging`, `smarts.core.utils.math` -> `smarts.core.utils.core_math`, `smarts.sstudio.types` -> `smarts.sstudio.sstypes`. For compatibility reasons they can still be imported by their original module name.
16
+
- Exposed `traffic:traci_retries`/`SMARTS_TRAFFIC_TRACI_RETRIES` to control how many times the `SumoTrafficSimulation` will try to restart when using default configuration.
17
+
16
18
### Deprecated
17
19
### Fixed
20
+
-`SumoTrafficSimulation` gives clearer reasons as to why it failed to connect to the TraCI server.
21
+
- Suppressed an issue where `pybullet_utils.pybullet.BulletClient` would cause an error because it was catching a non `BaseException` type.
18
22
- Fixed an issue where `AgentInterface.vehicle_type` would not affect agent vehicles when attempting to take over an existing vehicle.
19
23
- Fixed a case where newly created agent vehicles would have a constant `"sedan"` size instead of the size of `AgentInterface.vehicle_type`.
20
24
- Fixed a case where if vehicles are replaced they would not respect controller and vehicle parameters.
0 commit comments