We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac1237 commit 0c6b139Copy full SHA for 0c6b139
smarts/core/actor_capture_manager.py
@@ -89,7 +89,7 @@ def __make_new_social_vehicle(sim, agent_id, initial_speed):
89
social_agent_spec,
90
social_agent_model,
91
)
92
- vehicles = sim.vehicle_index.vehicles_by_actor_id(agent_id)
+ vehicles = sim.vehicle_index.vehicles_by_owner_id(agent_id)
93
94
return vehicles[0] if len(vehicles) else None
95
0 commit comments