SE2Path

class unified_planning.model.motion.SE2Path(path: List[SE2])[source]

Bases: Path

This class represents an SE2 Path. It is composed of a list of tuple where each element is a waypoint (e.g., pose of the robot in N-d space).

path: List[SE2]