HAND FIXES: Manual cleanup of namespaces

This commit is contained in:
PJ Reiniger
2025-11-07 20:00:38 -05:00
committed by Peter Johnson
parent ad138270a8
commit 3f740894c9
35 changed files with 77 additions and 59 deletions

View File

@@ -612,9 +612,9 @@ void Analyzer::DisplayFeedbackGains() {
sysid::CreateTooltip(
"Gain presets represent how feedback gains are calculated for your "
"specific feedback controller:\n\n"
"Default, WPILib (2020-): For use with the new WPILib wpi::math::PIDController "
"Default, WPILib (2020-): For use with the new WPILib PIDController "
"class.\n"
"WPILib (Pre-2020): For use with the old WPILib wpi::math::PIDController class.\n"
"WPILib (Pre-2020): For use with the old WPILib PIDController class.\n"
"CTRE: For use with CTRE units. These are the default units that ship "
"with CTRE motor controllers.\n"
"REV (Brushless): For use with NEO and NEO 550 motors on a SPARK MAX.\n"

View File

@@ -25,7 +25,9 @@ namespace wpi {
namespace log {
class DataLogReaderEntry;
} // namespace log
class wpi::util::Logger;
namespace util {
class Logger;
}
} // namespace wpi
namespace sysid {

View File

@@ -25,7 +25,9 @@ namespace log {
class DataLogReaderEntry;
class DataLogReaderThread;
} // namespace log
class wpi::util::Logger;
namespace util {
class Logger;
}
} // namespace wpi
namespace sysid {

View File

@@ -13,7 +13,7 @@
#include "wpi/sysid/analysis/FilteringUtils.hpp"
#include "wpi/sysid/analysis/Storage.hpp"
TEST(FilterTest, wpi::math::MedianFilter) {
TEST(FilterTest, MedianFilter) {
std::vector<sysid::PreparedData> testData{
sysid::PreparedData{0_s, 0, 0, 0}, sysid::PreparedData{0_s, 0, 0, 1},
sysid::PreparedData{0_s, 0, 0, 10}, sysid::PreparedData{0_s, 0, 0, 5},

View File

@@ -288,7 +288,7 @@ compose_r_core(// output
Described here:
Altmann, Simon L. "Hamilton, Rodrigues, and the wpi::math::Quaternion Scandal."
Altmann, Simon L. "Hamilton, Rodrigues, and the Quaternion Scandal."
Mathematics Magazine, vol. 62, no. 5, 1989, pp. 291308
Available here: