Skip to content
Snippets Groups Projects
Commit a19b4fcc authored by Federico Lolli's avatar Federico Lolli
Browse files

[ARP] solved clang-format issue

parent 0e17a1a7
No related branches found
No related tags found
1 merge request!39Draft: Integration of core logic in ARP State Machine Controller
Pipeline #8368 passed
...@@ -138,9 +138,10 @@ void Follower::step() ...@@ -138,9 +138,10 @@ void Follower::step()
(360 * FollowerConfig::FOLLOWER_PERIOD)); (360 * FollowerConfig::FOLLOWER_PERIOD));
#ifndef NDEBUG #ifndef NDEBUG
std::cout << "[FOLLOWER] STEPPER " << "Angles: [" << stepperAngles.yaw std::cout << "[FOLLOWER] STEPPER "
<< ", " << stepperAngles.pitch << "] " << "Speed: [" << "Angles: [" << stepperAngles.yaw << ", " << stepperAngles.pitch
<< horizontalSpeed << ", " << verticalSpeed << "] "
<< "Speed: [" << horizontalSpeed << ", " << verticalSpeed
<< "] VN300 measure: [" << vn300.yaw << ", " << vn300.pitch << "] VN300 measure: [" << vn300.yaw << ", " << vn300.pitch
<< "]\n"; << "]\n";
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment