Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
aarontrowbridge committed Nov 3, 2023
1 parent ae14b5e commit a1f4ac7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/objectives.jl
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,7 @@ function MinimumTimeObjective(;
:eval_hessian => eval_hessian
)

# TODO: amend this for case of no TimeStepsAllEqualConstraint
L(Z⃗::AbstractVector, Z::NamedTrajectory) = D * Z⃗[Δt_indices][end]

∇L = (Z⃗::AbstractVector, Z::NamedTrajectory) -> begin
Expand Down

0 comments on commit a1f4ac7

Please sign in to comment.