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

@@ -2,8 +2,8 @@ classes:
wpi::sim::ElevatorSim:
typealias:
- wpi::math::DCMotor
- template <int S, int I, int O> using wpi::math::LinearSystem = wpi::math::LinearSystem<S, I, O>
- template <int I> using wpi::math::Vectord = wpi::math::Vectord<I>
- template <int S, int I, int O> using LinearSystem = wpi::math::LinearSystem<S, I, O>
- template <int I> using Vectord = wpi::math::Vectord<I>
methods:
ElevatorSim:
overloads: