Class LimbPlanner

java.lang.Object
com.marginallyclever.ro3.node.Node
com.marginallyclever.ro3.node.nodes.limbplanner.LimbPlanner
All Implemented Interfaces:
ActionListener, EventListener

public class LimbPlanner extends Node implements ActionListener
LimbPlanner knows about a LimbSolver. It moves the LimbSolver.setTarget(Pose) to a destination. It then waits for the ActionEvent "arrivedAtGoal" before moving on to the next destination.