Skip to content

Commit dca1385

Browse files
Adds number of knots to problem print summary
1 parent 12f600d commit dca1385

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/problem.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ function show_problem_info(problem::Problem)
130130
t = (problem.num_knots - 1) * problem.dt
131131

132132
println("Motion duration ...................................... $(t) seconds")
133+
println("Number of knots ...................................... $(problem.num_knots)")
133134
println("Number of knots with constrained joint positions ..... $(length(problem.fixed_q))")
134135
println("Number of knots with constrained joint velocities .... $(length(problem.fixed_v))")
135136
println("Number of knots with constrained joint torques ....... $(length(problem.fixed_τ))")

0 commit comments

Comments
 (0)