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