We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f600d commit dca1385Copy full SHA for dca1385
src/problem.jl
@@ -130,6 +130,7 @@ function show_problem_info(problem::Problem)
130
t = (problem.num_knots - 1) * problem.dt
131
132
println("Motion duration ...................................... $(t) seconds")
133
+ println("Number of knots ...................................... $(problem.num_knots)")
134
println("Number of knots with constrained joint positions ..... $(length(problem.fixed_q))")
135
println("Number of knots with constrained joint velocities .... $(length(problem.fixed_v))")
136
println("Number of knots with constrained joint torques ....... $(length(problem.fixed_τ))")
0 commit comments