SE2

class unified_planning.model.motion.SE2(x: float, y: float, theta: float)[source]

Bases: ConfigurationInstance

This dataclass represents a configuration of type (x, y, theta)

x: float
y: float
theta: float