Variables | |
alternatives = core.Alternatives("Alternatives") | |
currentState = stages.CurrentState("current state") | |
dictionary | goalConfig1 |
dictionary | goalConfig2 |
group | |
jointPlanner = core.JointInterpolationPlanner() | |
moveTo1 = stages.MoveTo("Move To Goal Configuration 1", jointPlanner) | |
moveTo2 = stages.MoveTo("Move To Goal Configuration 2", jointPlanner) | |
name | |
task = core.Task() | |
alternatives.alternatives = core.Alternatives("Alternatives") |
Definition at line 25 of file alternatives.py.
alternatives.currentState = stages.CurrentState("current state") |
Definition at line 18 of file alternatives.py.
dictionary alternatives.goalConfig1 |
Definition at line 28 of file alternatives.py.
dictionary alternatives.goalConfig2 |
Definition at line 39 of file alternatives.py.
alternatives.group |
Definition at line 51 of file alternatives.py.
alternatives.jointPlanner = core.JointInterpolationPlanner() |
Definition at line 11 of file alternatives.py.
alternatives.moveTo1 = stages.MoveTo("Move To Goal Configuration 1", jointPlanner) |
Definition at line 50 of file alternatives.py.
alternatives.moveTo2 = stages.MoveTo("Move To Goal Configuration 2", jointPlanner) |
Definition at line 56 of file alternatives.py.
alternatives.name |
Definition at line 15 of file alternatives.py.
alternatives.task = core.Task() |
Definition at line 14 of file alternatives.py.