Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fidler-lab/social-driving
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Nov 2, 2020
2 parents 8d5fb47 + e5555b0 commit 0c29016
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sdriving/tsim/world.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,6 @@ def get_lidar_data_from_state(
p2.append(edges[1])
if not ignore_vehicles:
for n, v in self.vehicles.items():
if n == vname:
continue
e1, e2 = v.get_edges()
p1.append(e1.view(-1, 2))
p2.append(e2.view(-1, 2))
Expand Down

0 comments on commit 0c29016

Please sign in to comment.