pyrobosim.planning.actions.TaskPlan.set_actions
- TaskPlan.set_actions(actions: list[TaskAction]) None
Sets actions and updates the total cost over all the actions. Use this method rather than directly setting the actions variable.
- Parameters:
actions – List of actions.