Skip to content

Commit

Permalink
trying to simulated
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanmitracode committed Aug 10, 2024
1 parent 699e8f4 commit a37f646
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/highway/m1_1c2n/m1_1c2n.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ class TrackMode(Enum):
bench.scenario.set_map(tmp_map)
# traces = scenario.simulate(70, 0.05)
# # traces.dump('./output1.json')
# fig = go.Figure()
# fig = simulation_anime(traces, tmp_map, fig, 1,
fig = go.Figure()
fig = simulation_anime(traces, tmp_map, fig, 1,
# 2, [1, 2], 'lines', 'trace', anime_mode='trail', full_trace = True)
# fig.show()
fig.show()

time_step = 0.05
if bench.config.compare:
Expand Down

0 comments on commit a37f646

Please sign in to comment.