Skip to content

Commit

Permalink
Merge 781045f into 9ea672e
Browse files Browse the repository at this point in the history
  • Loading branch information
exoticDFT committed Mar 21, 2020
2 parents 9ea672e + 781045f commit 8d30960
Show file tree
Hide file tree
Showing 57 changed files with 668 additions and 2,235 deletions.
1 change: 0 additions & 1 deletion Project.toml
Expand Up @@ -10,7 +10,6 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Records = "5984c134-fa48-5ed5-a57f-fc2f6936871f"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Tricks = "410a4b4d-49e4-4fbc-ab6d-cb71b17b3775"
Expand Down
4 changes: 2 additions & 2 deletions docs/src/examples/intersection.md
Expand Up @@ -155,7 +155,7 @@ Let's populate the intersection

```@example intersection
vs0 = VehicleState(B + polar(50.0,-π), roadway, 8.0) # initial state of the vehicle
scene = Scene([Vehicle(vs0, VehicleDef(), 1)])
scene = Scene([Entity(vs0, VehicleDef(), 1)])
snapshot = render([roadway, scene])
write("intersection_populated.svg", snapshot) # hide
Expand Down Expand Up @@ -213,7 +213,7 @@ timestep = 0.1
nticks = 100
vs0 = VehicleState(B + polar(50.0,-π), roadway, 8.0)
scene = Scene([Vehicle(vs0, VehicleDef(), 1)])
scene = Scene([Entity(vs0, VehicleDef(), 1)])
models = Dict(1 => InterDriver(LaneSpecificAccelLatLon(0.0,0.0)))
scenes = simulate!(scene, roadway, models, nticks, timestep)
Expand Down
279 changes: 0 additions & 279 deletions legacy/dxf_roadways.jl

This file was deleted.

0 comments on commit 8d30960

Please sign in to comment.