I changed the DRIVE_WHEEL_TYPE enum so that it uses a field for the wheel grip instead of a switch case. This should make it easier to read as all of the information is contained within the enum, and should it easier and safer to add more wheel types.
Improved readability of DRIVE_WHEEL_TYPE enum
I changed the DRIVE_WHEEL_TYPE enum so that it uses a field for the wheel grip instead of a switch case. This should make it easier to read as all of the information is contained within the enum, and should it easier and safer to add more wheel types.