Skip to content

Commit

Permalink
fixing deps in ex - does not yet run correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
dfridovi committed Nov 23, 2024
1 parent 965d443 commit 523c2d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions examples/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[deps]
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
FastDifferentiation = "eb9bf01b-bf85-4b60-bf87-ee5de06c00be"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
LazySets = "b4f0291d-fe17-52bc-9479-3d1a343d9043"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
TrajectoryGamesBase = "ac1ac542-73eb-4349-ae1b-660ab3609574"
TrajectoryGamesExamples = "ff3fa34c-8d8f-519c-b5bc-31760c52507a"
1 change: 1 addition & 0 deletions examples/TrajectoryExamples.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ collision-avoidance.

module TrajectoryExamples

push!(LOAD_PATH, pwd() * "/../src")
using MCPSolver:
ParametricGame, OptimizationProblem, num_players, solve

Expand Down
1 change: 0 additions & 1 deletion examples/lane_change.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ using TrajectoryGamesExamples: planar_double_integrator, animate_sim_steps
using BlockArrays: mortar, blocks, BlockArray, Block
using GLMakie: GLMakie
using Makie: Makie
using PATHSolver: PATHSolver
using LinearAlgebra: norm_sqr, norm
using ProgressMeter: ProgressMeter

Expand Down

0 comments on commit 523c2d7

Please sign in to comment.