[commands] Replace SysId hash map with if statements (#6209)

This is much more efficient.
This commit is contained in:
Tyler Veness
2024-01-12 12:36:59 -08:00
committed by GitHub
parent d181e353a0
commit b482321c0d
3 changed files with 25 additions and 18 deletions

View File

@@ -6,7 +6,6 @@
#include <string>
#include <string_view>
#include <unordered_map>
#include <units/acceleration.h>
#include <units/angle.h>