Skip to content

Commit

Permalink
update generated model
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Apr 10, 2024
1 parent bbc682a commit cb06716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/models/generated/Spacecraft.jl
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const tan30 = tand(30)

LineOfSightCone = HPolyhedron([x >= -100, y >= x * tan30, -y >= x * tan30], var)

target = BallInf(zeros(2), 2.0)
target = BallInf(zeros(2), 0.2)

function line_of_sight(sol)
all_idx = findall(x -> x == 2, location.(sol)) # "rendezvous attempt" mode
Expand Down

0 comments on commit cb06716

Please sign in to comment.