Skip to content

Commit 766504e

Browse files
committed
introduce some intermediate level parameters
1 parent f40ea06 commit 766504e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@ See also [`BodyCylinder`](@ref) and [`BodyBox`](@ref) for body components with p
540540
frame_cm = Frame()
541541
end
542542

543+
# NOTE: these parameters should be defined before the `systems` block above, but due to bugs in MTK/JSC with higher-order array parameters we cannot do that. We still define the parameters so that they are available to make animations
543544
@variables r_0(t)[1:3]=r_0 [
544545
state_priority = 2,
545546
description = "Position vector from origin of world frame to origin of frame_a",

0 commit comments

Comments
 (0)