blob: e0343d98873ef30d39ebdce73ec586d6d581cdc9 [file] [log] [blame]
Diana Vandenberg223703d2017-01-28 17:39:53 -08001#ifndef Y2017_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_
2#define Y2017_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_
3
4#include "frc971/control_loops/drivetrain/drivetrain_config.h"
5
Stephan Pleinesd99b1ee2024-02-02 20:56:44 -08006namespace y2017::control_loops::drivetrain {
Brian Silverman0df094e2017-02-19 15:18:24 -08007
Austin Schuh50e3dca2023-07-23 14:34:27 -07008const ::frc971::control_loops::drivetrain::DrivetrainConfig<double> &
9GetDrivetrainConfig();
Diana Vandenberg223703d2017-01-28 17:39:53 -080010
Stephan Pleinesd99b1ee2024-02-02 20:56:44 -080011} // namespace y2017::control_loops::drivetrain
Diana Vandenberg223703d2017-01-28 17:39:53 -080012
13#endif // Y2017_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_