kalman-cpp icon indicating copy to clipboard operation
kalman-cpp copied to clipboard

Renamed the variables used in the repo

Open pravinkmr26 opened this issue 9 months ago • 0 comments

  • Used readable names for mathematical notations used in the kalman filter
  • removed some comments that are not needed
  • removed system dimensions variables (int n, m)
  • used clang-format for formatting the code

Ran the unit test file available to validate that this is working

pravinkmr26 avatar May 04 '24 07:05 pravinkmr26