MarginallyClever / Robot-Overlord-App

Simulation and control software for robots
https://www.marginallyclever.com/
GNU General Public License v2.0
167 stars 49 forks source link

Attachment points #241

Closed i-make-robots closed 8 months ago

i-make-robots commented 8 months ago

Work on #235

  1. Replace End Effector (Pose) with End Effector (Attachment Point)
  2. Click isAttached to grab anything in reach.
  3. Things in reach must be Pose items within radius of AttachmentPoint. They must also be immediate children of the Scene root.
  4. The attached item will move from the Scene root and become a child of AttachmentPoint. On release all children of AttachmentPoint will be moved back to the Scene root. In both cases their relative positions will be adjusted so they do not teleport.

image

Also, Dials now show current angles when the panel is created. image

Also, searching for nodes is now (by default) case insensitive. Use the Aa button to toggle case-sensitive search on. image

i-make-robots commented 8 months ago

2ba90ae : Better look and feel. image

i-make-robots commented 8 months ago

test-2-103-1.zip

i-make-robots commented 8 months ago

After / Before lighting fix: Screenshot 2024-01-08 131547