pymoveit_mtc.core.InterfaceState¶
- class InterfaceState(self: pymoveit_mtc.core.InterfaceState, scene: planning_scene::PlanningScene)¶
Bases:
pybind11_object
Describes a potential start or goal state of a Stage. It comprises a PlanningScene as well as a PropertyMap.
Methods
Attributes
PropertyMap of the state (read-only).
PlanningScene of the state (read-only).
- property properties¶
PropertyMap of the state (read-only).
- Type:
- property scene¶
PlanningScene of the state (read-only).
- Type:
PlanningScene