void Robot::Explorer::reset(const Joint &startJoint, policy p) { reset(startJoint.childLink(), p); }
void Robot::Explorer::reset(const Joint &startJoint, const Joint &endJoint) { reset(startJoint.childLink(), endJoint.childLink()); }