You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
angle ~compute_angle2(length_constraint, e, r_a, r_b, positive_branch)[1]
451
+
end
449
452
]
450
453
451
454
sys =ODESystem(eqs, t; name=:nothing, systems)#, parameter_dependencies = [positive_branch => select_branch(length_constraint, e, phi_offset + phi_guess, r_a, r_b)]) # JuliaSimCompiler ignores parameter dependencies, the user has to provide it instead
@@ -502,6 +505,7 @@ The rest of this joint aggregation is defined by the following parameters:
502
505
phi_offset =0,
503
506
phi_guess =0,
504
507
positive_branch,
508
+
use_arrays =false,
505
509
)
506
510
systems =@namedbegin
507
511
frame_a =Frame()
@@ -550,6 +554,7 @@ The rest of this joint aggregation is defined by the following parameters:
0 commit comments