Skip to content

Commit bdeeb26

Browse files
committed
Do final changelog changes.
1 parent ecf1c67 commit bdeeb26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Copy and pasting the git commit messages is __NOT__ enough.
3434
- Deprecated a few things related to vehicles in the `Scenario` class, including the `vehicle_filepath`, `tire_parameters_filepath`, and `controller_parameters_filepath`. The functionality is now handled through the vehicle definitions.
3535
- `AgentInterface.vehicle_type` is now deprecated with potential to be restored.
3636
### Fixed
37-
- The performance of SUMO roadmap queries using `SumoRoadNetwork.{nearest_lanes|nearest_lane|offset_along_lane}()` have been roughly doubled.
37+
- The performance of SUMO roadmap queries using `SumoRoadNetwork.{nearest_lanes|nearest_lane|offset_along_lane}()` have been greatly improved for long lanes.
3838
- `SumoTrafficSimulation` gives clearer reasons as to why it failed to connect to the TraCI server.
3939
- Suppressed an issue where `pybullet_utils.pybullet.BulletClient` would cause an error because it was catching a non `BaseException` type.
4040
- Fixed a bug where `smarts.core.vehicle_index.VehicleIndex.attach_sensors_to_vehicle()` would pass a method instead of a `PlanFrame` to the generated vehicle `SensorState`.

0 commit comments

Comments
 (0)