Skip to content

Commit 417f7d6

Browse files
committed
Deletes unused variables
1 parent 6dd5957 commit 417f7d6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/transcription/ipopt.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ function solve_with_ipopt(problem::Problem, robot::Robot;
7979

8080
m = m₁ + m₂ # total number of constraints
8181

82-
ind_con_dyn = (1:m₁)
83-
ind_con_ee_pos = (1:m₂) .+ (m₁)
84-
8582
g_L, g_U = Float64[], Float64[]
8683

8784
if use_m₁

0 commit comments

Comments
 (0)