You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Place DyadBot3D center of mass explicitly instead of relying on BodyShape offset doubling
The 3D BodyShape places the center of mass at twice the requested r_cm
offset (JuliaComputing/MultibodyComponents.jl#149); DyadBot3D's body only
ended up with its center of mass at body_height because of that doubling.
Use a plain Body with an explicit r_cm instead, preserving the physical
behavior without depending on the bug.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments