fjkdashfjdal

This commit is contained in:
Sem van der Hoeven
2023-05-10 10:17:59 +02:00
parent 57662f42b4
commit 097ca3c533

View File

@@ -7,7 +7,7 @@
#include <terabee/ITerarangerMultiflex.hpp>
#include <terabee/DistanceData.hpp>
#include <iostream>
// #include <iostream>
using terabee::DistanceData;
@@ -71,10 +71,10 @@ private:
terabee::DistanceData data = multiflex->getDistance();
// populate message with readings
auto msg = object_detection::msg::MultiflexReading();
// auto msg = object_detection::msg::MultiflexReading();
for (size_t i = 0; i < data.size(); i++)
{
std::cout << "distance " << data.distance[i] < std::endl;
// std::cout << "distance " << data.distance[i] < std::endl;
// msg.distance_data[i] = data.distance[i];
}