Skip to content

Commit

Permalink
Merge pull request #9 from CLeARoboticsLab/update/examples-sources
Browse files Browse the repository at this point in the history
Avoiding LOAD_PATH in lane change example
  • Loading branch information
dfridovi authored Nov 30, 2024
2 parents 6ac89b0 + 0005a20 commit 38b4a68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ SparseArrays = "1.11.0"
Symbolics = "6.19.0"
TrajectoryGamesBase = "0.3.10"
Zygote = "0.6.73"
julia = "1.10"
julia = "1.11"
4 changes: 4 additions & 0 deletions examples/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
LazySets = "b4f0291d-fe17-52bc-9479-3d1a343d9043"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
MixedComplementarityProblems = "6c9e26cb-9263-41b8-a6c6-f4ca104ccdcd"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
TrajectoryGamesBase = "ac1ac542-73eb-4349-ae1b-660ab3609574"
TrajectoryGamesExamples = "ff3fa34c-8d8f-519c-b5bc-31760c52507a"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[sources]
MixedComplementarityProblems = {path = ".."}
1 change: 0 additions & 1 deletion examples/TrajectoryExamples.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ collision-avoidance.

module TrajectoryExamples

push!(LOAD_PATH, pwd() * "/../src")
using MixedComplementarityProblems: MixedComplementarityProblems

using LazySets: LazySets
Expand Down

0 comments on commit 38b4a68

Please sign in to comment.