
#include "GraspDemo.h"

float const FindCone::gaze_points[] = {0, 0.5, 1, 1.5, 2, -0.5, -1, -1.5, -2, 999};

std::istream& operator>>(std::istream &s, TargetAction &) {
	return s;
}

