push before merge

This commit is contained in:
toni
2016-05-05 09:42:05 +02:00
parent e3d7e83159
commit bbc8f5aa19
6 changed files with 92 additions and 104 deletions

View File

@@ -344,10 +344,10 @@ public:
//Point2 p2 = p1 + Angle::getPointer(obs.orientation.values[0]) * 0.05;
vis.gp << "set arrow 999 from screen " << p1.x<<","<<p1.y << " to screen " << p2.x<<","<<p2.y<<"\n";
vis.show();
//vis.show();
// prevent gnuplot errors
usleep(1000*33);
//usleep(1000*33);
}
@@ -423,10 +423,10 @@ public:
//Point2 p2 = p1 + Angle::getPointer(obs.orientation.values[0]) * 0.05;
vis.gp << "set arrow 999 from screen " << p1.x<<","<<p1.y << " to screen " << p2.x<<","<<p2.y<<"\n";
vis.show();
//vis.show();
// prevent gnuplot errors
usleep(1000*33);
//usleep(1000*33);
}
//statsout2.close();