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
improvement: map URDF <mimic> joints to BB.Sensor.Mimic
`BB.Sensor.Mimic` already implements URDF mimic semantics — same
`position * multiplier + offset` formula, even documents the URDF
equivalent in its docstring. So instead of skipping `<mimic>` with a
warning, the importer now attaches a `BB.Sensor.Mimic` sensor to the
mimicking joint pointing back at the source joint, with multiplier and
offset only emitted when they differ from URDF's defaults of 1.0 and
0.0.
Confirmed on the Franka Panda fixture (`panda_finger_joint2` mimics
`panda_finger_joint1`): the generated module now wires up the mimic
sensor automatically instead of leaving the user to add it by hand.
0 commit comments