Fix std::setfill so that we always leave the ctout state with a space fill
Compare changes
Files
2+ 1
− 0
@@ -364,6 +364,7 @@ TEST(Odom2D, KF_callback)
@@ -364,6 +364,7 @@ TEST(Odom2D, KF_callback)
std::cout << "filled nsec: " << std::setfill('0') << std::setw(9) << std::right << capture->getTimeStamp().getNanoSeconds() << std::endl;