mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-03 20:04:58 +00:00
remove gnpuplot
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
plot p;
|
// plot p;
|
||||||
static std::vector<float> vectorX;
|
static std::vector<float> vectorX;
|
||||||
static std::vector<float> vectorY;
|
static std::vector<float> vectorY;
|
||||||
static std::vector<float> vectorGyroTheta;
|
static std::vector<float> vectorGyroTheta;
|
||||||
@@ -578,9 +578,9 @@ long CKobuki::loop(void *user_data, TKobukiData &Kobuki_data) {
|
|||||||
vectorY.push_back(gy);
|
vectorY.push_back(gy);
|
||||||
vectorGyroTheta.push_back(gyroTheta);
|
vectorGyroTheta.push_back(gyroTheta);
|
||||||
|
|
||||||
if (counter % 100 == 0) {
|
// if (counter % 100 == 0) {
|
||||||
p.plot_data(vectorY, vectorX);
|
// p.plot_data(vectorY, vectorX);
|
||||||
}
|
// }
|
||||||
counter++;
|
counter++;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user