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
The example below further extends the example from above by adding wheels to the suspension system. The excitation is not modeled as a time-varying surface profile, provided through the `surface` argument to the [`SlippingWheel`](@ref) component.
269
274
The connection between the wheels and the ground form two kinematic loops together with the `body_upright` joint, we thus set both wheels to be cut joints using `iscut=true`.
The `BodyShape` component is similar to a [`Body`](@ref), but it has two frames and a vector `r` that describes the translation between them, while the body has a single frame only.
101
101
@@ -116,9 +116,9 @@ The `BodyShape` component is similar to a [`Body`](@ref), but it has two frames
116
116
@structural_parametersbegin
117
117
r = [1,0]
118
118
r_cm =0.5*r
119
-
gy =-9.807
120
119
end
121
120
@parametersbegin
121
+
gy =-9.80665
122
122
# r[1:2] = [1,0], [description = "Fixed x,y-length of the rod resolved w.r.t to body frame_a at phi = 0"]
123
123
# r_cm[1:2] = 0.5*r, [description = "Vector from frame_a to center of mass, resolved in frame_a"]
0 commit comments