Skip to content

Commit

Permalink
Update components.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen authored Sep 12, 2024
1 parent 5dd058d commit 8fdc236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PlanarMechanics/components.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Frame fixed in the planar world frame at a given position and orientation
"""
@mtkmodel Fixed begin
@parameters begin
r[1:2], [description = "Fixed absolute xy-position, resolved in planarWorld frame"]
(r[1:2] = [0, 0]), [description = "Fixed absolute xy-position, resolved in planarWorld frame"]
phi = 0, [description = "Fixed angle"]
end

Expand Down

0 comments on commit 8fdc236

Please sign in to comment.