pyrobosim.planning.actions.TaskPlan.set_actions

TaskPlan.set_actions(actions)

Sets actions and updates the total cost over all the actions. Use this method rather than directly setting the actions variable.

Parameters:

actions (list[pyrobosim.planning.actions.TaskAction]) – List of actions.