Team-OKC-Robotics / FRC-2022-CPP

a c++ port of our FRC-2022 code as training in C++
Other
0 stars 2 forks source link

Move CAN IDs to parameters file #19

Open jkleiber opened 1 year ago

jkleiber commented 1 year ago

Summary During the port from Java to c++ we are putting the CAN IDs as #define macros in ActuatorInterface.h and SensorInterface.h. During the 2023 season, we will want these to be parameters that get loaded in from parameters.toml. Let's get those IDs moved into that parameters file under a new header [devices] or under headers for [actuators] and [sensors]

Work to Do

Verification