We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd35d65 commit db840baCopy full SHA for db840ba
test/test_JointUSR_RRR.jl
@@ -7,10 +7,10 @@ using OrdinaryDiffEq
7
using LinearAlgebra
8
using JuliaSimCompiler
9
10
-t = Multibody.t
11
-D = Differential(t)
12
world = Multibody.world
13
W(args...; kwargs...) = Multibody.world
+t = Multibody.t
+D = Differential(t)
14
15
# ==============================================================================
16
## A JointUSR is connected to a prismatic joint, with a Body at their common tip
0 commit comments