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 4830367 commit 05cdc9dCopy full SHA for 05cdc9d
docs/src/examples/suspension.md
@@ -298,7 +298,7 @@ The connection between the wheels and the ground form two kinematic loops togeth
298
z0 = 0.0,
299
der_angles = [0, 0, 0],
300
iscut = true, # NOTE: Only used since while we have an "upright joint"
301
- surface = (x,z)->amplitude*(sin(2pi*ParentScope(ParentScope(freq))*t)), # Excitation from a time-varying surface profile
+ surface = (x,z)->ParentScope(ParentScope(amplitude))*(sin(2pi*ParentScope(ParentScope(freq))*t)), # Excitation from a time-varying surface profile
302
)
303
304
end
0 commit comments