mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
SCRIPT namespace replacements
This commit is contained in:
committed by
Peter Johnson
parent
ae6c043632
commit
9aca8e0fd6
@@ -1,5 +1,5 @@
|
||||
classes:
|
||||
frc::SwerveDriveOdometry3d:
|
||||
wpi::math::SwerveDriveOdometry3d:
|
||||
force_no_trampoline: true
|
||||
template_params:
|
||||
- size_t NumModules
|
||||
@@ -8,18 +8,18 @@ classes:
|
||||
|
||||
templates:
|
||||
SwerveDrive2Odometry3d:
|
||||
qualname: frc::SwerveDriveOdometry3d
|
||||
qualname: wpi::math::SwerveDriveOdometry3d
|
||||
params:
|
||||
- 2
|
||||
SwerveDrive3Odometry3d:
|
||||
qualname: frc::SwerveDriveOdometry3d
|
||||
qualname: wpi::math::SwerveDriveOdometry3d
|
||||
params:
|
||||
- 3
|
||||
SwerveDrive4Odometry3d:
|
||||
qualname: frc::SwerveDriveOdometry3d
|
||||
qualname: wpi::math::SwerveDriveOdometry3d
|
||||
params:
|
||||
- 4
|
||||
SwerveDrive6Odometry3d:
|
||||
qualname: frc::SwerveDriveOdometry3d
|
||||
qualname: wpi::math::SwerveDriveOdometry3d
|
||||
params:
|
||||
- 6
|
||||
|
||||
Reference in New Issue
Block a user