Triton-Robotics / TR-mbed

6 stars 2 forks source link

Codebase refactor: DJIMotor class #30

Closed GioByte10 closed 11 months ago

GioByte10 commented 11 months ago

During summer I worked on refactoring the DJIMotor class as part of a larger project to refactor the entire codebase. Reason for this was to make the code more efficient, readable, faster, and safer. There were a lot of small changes such as renaming variables and functions to new static and time conventions, deleting lot of unused variables, changing a lot from public to private, etc. The biggest changes were as listed below:

Extremely important:

Rest:

Yet to fix:

GioByte10 commented 11 months ago

LGTM