Skip to content

Commit

Permalink
Update src/scenic/core/object_types.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Fremont <[email protected]>
  • Loading branch information
Eric-Vin and dfremont authored Nov 6, 2023
1 parent fda2ee2 commit 502d505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenic/core/object_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ def intersects(self, other):
return self._boundingPolygon.intersects(other.polygons)

## Default Case
# Extract other's occupied space if it's a region
# Extract other's occupied space if it's an object
if isinstance(other, Object):
other_occupied_space = other.occupiedSpace
else:
Expand Down

0 comments on commit 502d505

Please sign in to comment.