Counterbalanced nudges move the kaleidocycle's center of mass #33
Labels
No labels
bug
duplicate
enhancement
prospective
question
todo
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: glen/dyna3#33
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Consider a kaleidocycle where the hinges have length
1
and the other edges have length\sqrt{5}/2
. Arrange it so that three hinges lie in a plane perpendicular to the axis. These hinges connect three "inner vertices," which meet on the axis, to three "outer vertices." When we nudge the inner and outer vertices at the same speed in opposite directions along the axis, we want the kaleidocycle to do a pure twisting motion, with its center of mass stationary.The tangent space projection used in pull request #29 sends this nudge to a motion that moves the center of mass along the axis, rather than the pure twisting motion that we want. This is demonstrated in
examples/kaleidocycle.rs
on thekaleidocycle-example
branch.Addressed by pull request #34, which adds
examples/kaleidocycle.rs
for confirmation.