Skip to content

Commit 45618ba

Browse files
authored
Update wheel.md
1 parent 69c5933 commit 45618ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/examples/wheel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ This example demonstrates use of the [`PlanarMechanics.SlipBasedWheelJoint`](@re
235235
revolute = Pl.Revolute(phi = 0, w = 0)
236236
fixed = Pl.Fixed()
237237
engineTorque = Rotational.ConstantTorque(tau_constant = 2)
238-
body = Pl.Body(m = 10, I = 1, gy=0)
238+
body = Pl.Body(m = 10, I = 1, gy=0, phi=0, w=0)
239239
inertia = Rotational.Inertia(J = 1, phi = 0, w = 0)
240240
constant = Blocks.Constant(k = 0)
241241
end

0 commit comments

Comments
 (0)