Skip to content

Commit

Permalink
change light bc of rotation of map
Browse files Browse the repository at this point in the history
  • Loading branch information
ericboise committed Jul 23, 2020
1 parent 9d69f04 commit 0247182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart/27-control-traffic-lights.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
for c in controllables:
print(c)

signal = sim.get_controllable(lgsvl.Vector(19, 5, 21), "signal")
signal = sim.get_controllable(lgsvl.Vector(15.5, 4.7, -23.9), "signal")
print("\n# Signal of interest:")
print(signal)

Expand Down

0 comments on commit 0247182

Please sign in to comment.