pyrobosim.planning.actions.TaskPlan.__init__
- TaskPlan.__init__(robot: str | None = None, actions: list[TaskAction] = []) None
Creates a new task plan.
- Parameters:
robot – Name of robot to execute the plan.
actions – List of actions.
Creates a new task plan.
robot – Name of robot to execute the plan.
actions – List of actions.