Skip to content

Commit 70cdb1d

Browse files
committed
Update bms rate for inventus
1 parent d2139c6 commit 70cdb1d

File tree

1 file changed

+2
-2
lines changed
  • clearpath_generator_common/clearpath_generator_common/param

1 file changed

+2
-2
lines changed

clearpath_generator_common/clearpath_generator_common/param/platform.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,8 @@ def generate_parameters(self, use_sim_time: bool = False) -> None:
416416
bms_state_rate = 10.0
417417
bms_state_tolerance = 0.15
418418
if (self.clearpath_config.platform.battery.model in [BatteryConfig.S_24V20_U1]):
419-
bms_state_rate = 1.5
420-
bms_state_tolerance = 0.35
419+
bms_state_rate = 2.5
420+
bms_state_tolerance = 0.2
421421
elif (self.clearpath_config.platform.battery.model in
422422
[BatteryConfig.VALENCE_U24_12XP, BatteryConfig.VALENCE_U27_12XP]):
423423
bms_state_rate = 3.0

0 commit comments

Comments
 (0)