IK alone can take you pretty far.
I put together a really cute demo to demonstrate this. Watch this Panda robot CNC engrave the MuJoCo logo into a curved dome using mink.
8:42 PM · Jun 21, 2026 · 4.8K Views
IK alone can take you pretty far.
I put together a really cute demo to demonstrate this. Watch this Panda robot CNC engrave the MuJoCo logo into a curved dome using mink.
No Digg Deeper questions have been answered for this story yet.
This demo was built using mink's new `AxisAlignTask`, which lets you align any robot axis with a target direction. Here, it keeps the engraving tool perpendicular to the dome surface the whole way.
Code: https://github.com/kevinzakka/mink/blob/main/examples/arm_panda_engrave.py
IK alone can take you pretty far.
I put together a really cute demo to demonstrate this. Watch this Panda robot CNC engrave the MuJoCo logo into a curved dome using mink.