ConfigurationKind

class unified_planning.model.motion.ConfigurationKind(value)[source]

Bases: Enum

This class represents the kind of a configuration space.

It identifies the structure of the configurations a movable object can assume, such as SE2 (planar) or SE3 (spatial) poses.

SE2 = 1
SE3 = 2