Skip to content

Commit f9552eb

Browse files
update quickstart script numbering
1 parent 204e3cd commit f9552eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickstart/26-control-traffic-lights.py renamed to quickstart/27-control-traffic-lights.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
state.velocity = lgsvl.Vector(0, 0, 20)
2525
ego = sim.add_agent("Jaguar2015XE (Apollo 5.0)", lgsvl.AgentType.EGO, state)
2626

27-
print("Python API Quickstart #26: How to Control Traffic Light")
27+
print("Python API Quickstart #27: How to Control Traffic Light")
2828

2929
# Get a list of controllable objects
3030
controllables = sim.get_controllables()

0 commit comments

Comments
 (0)