Skip to content

Commit

Permalink
Fix envision test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamenot committed Nov 4, 2022
1 parent 67289f9 commit a15ca0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smarts/core/smarts.py
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@ def _try_emit_envision_state(self, provider_state: ProviderState, obs, scores):
mission_route_geometry = (
self._vehicle_index.sensor_state_for_vehicle_id(
v.actor_id
).plan.route.geometry
).get_plan(self.road_map).route.geometry
)
else:
actor_type = envision_types.TrafficActorType.SocialAgent
Expand Down

0 comments on commit a15ca0b

Please sign in to comment.