compas-dev / compas_fab

Robotic fabrication package for the COMPAS Framework.
https://compas.dev/compas_fab/
MIT License
108 stars 32 forks source link

Use attached tool's frame for all planning operations if any tool is attached #375

Closed gonzalocasas closed 1 year ago

gonzalocasas commented 1 year ago

No more manual tcf-to-t0cf (and viceversa) conversions. Now if there's a tool attached in the planning group, it will use its frame for the planning request (IK, FK, cartesian and kinematic planning).

Although the change does not break the API itself, the default behavior is a breaking change, but one I would propose we just accept and mark it with semver.

attached_tool_frame

Re. https://forum.compas-framework.org/t/planning-with-tcf-after-attaching-a-tool-ros-backend/581

What type of change is this?

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.