#include "Behaviors/StateMachine.h"
$nodeclass GrabCan : StateNode{

        $setupmachine{
                DynamicMotionSequenceNode("approachCan.mot", true)
        }
}
REGISTER_BEHAVIOR(GrabCan);

