Skip to content
Snippets Groups Projects
Commit b5dcb81d authored by Hoop77's avatar Hoop77
Browse files

-

parent b9237abc
Branches
No related merge requests found
......@@ -39,11 +39,10 @@ int main(int argc, char ** argv)
while (running)
{
std::cout << "joooo!\n";
int distance = uss.getDistance();
if (!monitorUSS)
return;
continue;
std::lock_guard<std::mutex> lock{outputMutex};
std::cout << "[USS Update]\nDistance=" << distance << "\n\n";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment