Lowered expected power draw for mapsd

old-commit-hash: ae0768909bbcf51325a0a8ed0e623a0177c13c18
This commit is contained in:
mitchellgoffpc
2023-06-06 11:57:37 -07:00
parent deaf568649
commit 3f69f4064a

View File

@@ -26,7 +26,7 @@ PROCS = [
Proc('modeld', 0.93, atol=0.2),
Proc('dmonitoringmodeld', 0.4),
Proc('encoderd', 0.23),
Proc('mapsd', 0.1),
Proc('mapsd', 0.05),
Proc('navmodeld', 0.05),
]