From a19b4fcc6e7ba36b863608b894e4aeda328c4e8a Mon Sep 17 00:00:00 2001 From: Federico Lolli <federico.lolli@skywarder.eu> Date: Mon, 13 May 2024 01:02:07 +0200 Subject: [PATCH] [ARP] solved clang-format issue --- src/boards/Groundstation/Automated/Follower/Follower.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/boards/Groundstation/Automated/Follower/Follower.cpp b/src/boards/Groundstation/Automated/Follower/Follower.cpp index 71457a6f6..cfc0c96d2 100644 --- a/src/boards/Groundstation/Automated/Follower/Follower.cpp +++ b/src/boards/Groundstation/Automated/Follower/Follower.cpp @@ -138,9 +138,10 @@ void Follower::step() (360 * FollowerConfig::FOLLOWER_PERIOD)); #ifndef NDEBUG - std::cout << "[FOLLOWER] STEPPER " << "Angles: [" << stepperAngles.yaw - << ", " << stepperAngles.pitch << "] " << "Speed: [" - << horizontalSpeed << ", " << verticalSpeed + std::cout << "[FOLLOWER] STEPPER " + << "Angles: [" << stepperAngles.yaw << ", " << stepperAngles.pitch + << "] " + << "Speed: [" << horizontalSpeed << ", " << verticalSpeed << "] VN300 measure: [" << vn300.yaw << ", " << vn300.pitch << "]\n"; #endif -- GitLab