blob: 00d4d0e8051fa9a6ed0e61e9ca5bdb72f22dc4c3 [file] [log] [blame]
Maxwell Hendersonad312342023-01-10 12:07:47 -08001#ifndef Y2023_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_
2#define Y2023_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 y2023::control_loops::drivetrain {
Maxwell Hendersonad312342023-01-10 12:07:47 -08007
Austin Schuh50e3dca2023-07-23 14:34:27 -07008const ::frc971::control_loops::drivetrain::DrivetrainConfig<double> &
9GetDrivetrainConfig();
Maxwell Hendersonad312342023-01-10 12:07:47 -080010
Stephan Pleinesd99b1ee2024-02-02 20:56:44 -080011} // namespace y2023::control_loops::drivetrain
Maxwell Hendersonad312342023-01-10 12:07:47 -080012
13#endif // Y2023_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_