compas-dev / compas_fab

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

Targets Classes for plan_motion and plan_cartesian_motion #397

Closed yck011522 closed 4 months ago

yck011522 commented 5 months ago

Creating Targets Classed for the lowest level planning API to consume.

Some follow up PR will modify the plan_motion and plan_cartesian_motion API to take this new class type. The goal of this is to have a slightly higher level of abstract (Frames / Config) instead of the current practice of converting the targets to list of Constraints for the planning call.

This will allow the PyBullet planner, which does not support Constraints to understand the Frame and Config targets.

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.

yck011522 commented 4 months ago

I made a mess. Will do the branch again.