compas-dev / compas_fab

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

Redesign Trajectory class to represent the planning result of Action class #393

Open yck011522 opened 6 months ago

yck011522 commented 6 months ago

Feature Request

Rationale to move planned trajectory outside of the Action Class

Details

The class will be a redesign of the current Trajectory class. Probabaly renamed to ActionPlanResult. It will contain the planned JointTrajectory, as well as any planning request attributes (determined by the Action Type) and statistics (supplied by the planner backend).

My plan is to have one single class that will work with all RobotMotion inhereted classes.