PlanCartesianMotion
-
class
compas_fab.backends.interfaces.PlanCartesianMotion[source] Bases:
objectInterface for a Planner’s plan cartesian motion feature. Any implementation of
PlanCartesianMotionmust define the methodplan_cartesian_motion. The__call__magic method allows an instance of an implementation ofPlanCartesianMotionto be treated as itsplan_cartesian_motionmethod. See <https://docs.python.org/3/reference/datamodel.html#object.__call__> and <https://en.wikipedia.org/wiki/Function_object#In_Python>.Methods
__init__()Initialize self.
plan_cartesian_motion(robot, frames_WCF[, …])Calculates a cartesian motion path (linear in tool space).