#include "Behaviors/StateMachine.h"
#include "Planners/Manipulation/ShapeSpacePlanner3DR.h"

$nodeclass MantisTest : doStart {

    typedef ShapeSpacePlanner3DR<3>::NodeValue_t NodeValue_t;
    NodeValue_t foo;
}

REGISTER_BEHAVIOR(MantisTest);
