Skip to content

Commit

Permalink
Update wheel.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen authored Sep 11, 2024
1 parent 69c5933 commit 45618ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/examples/wheel.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ This example demonstrates use of the [`PlanarMechanics.SlipBasedWheelJoint`](@re
revolute = Pl.Revolute(phi = 0, w = 0)
fixed = Pl.Fixed()
engineTorque = Rotational.ConstantTorque(tau_constant = 2)
body = Pl.Body(m = 10, I = 1, gy=0)
body = Pl.Body(m = 10, I = 1, gy=0, phi=0, w=0)
inertia = Rotational.Inertia(J = 1, phi = 0, w = 0)
constant = Blocks.Constant(k = 0)
end
Expand Down

0 comments on commit 45618ba

Please sign in to comment.