ResetPlanningScene

class compas_fab.backends.interfaces.ResetPlanningScene[source]

Bases: object

Interface for a Planner’s reset planning scene feature. Any implementation of ResetPlanningScene must define the method reset_planning_scene. The __call__ magic method allows an instance of an implementation of ResetPlanningScene to be treated as its reset_planning_scene method. See <https://docs.python.org/3/reference/datamodel.html#object.__call__> and <https://en.wikipedia.org/wiki/Function_object#In_Python>.

Methods

reset_planning_scene

Retrieve the planning scene.