Skip to content

Commit

Permalink
Update Pedestrian -> Walker
Browse files Browse the repository at this point in the history
  • Loading branch information
praveen-palanisamy committed Aug 3, 2020
1 parent 51da765 commit 38884ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macad_gym/core/sensors/derived_sensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def _on_collision(weak_self, event):
collided_type = type(_cur).__name__
if collided_type == 'Vehicle':
self.collision_vehicles += 1
elif collided_type == 'Pedestrian':
elif collided_type == 'Walker':
self.collision_pedestrians += 1
elif collided_type == 'Actor':
self.collision_other += 1
Expand Down

0 comments on commit 38884ac

Please sign in to comment.