Skip to content

Commit

Permalink
Merge branch 'feature/a300' of github.com:clearpathrobotics/clearpath…
Browse files Browse the repository at this point in the history
…_robot into feature/a300
  • Loading branch information
roni-kreinin committed Nov 26, 2024
2 parents f6a2efe + 36d0c67 commit 74ca528
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def __init__(self, setup_path: str = '/etc/clearpath/') -> None:

# Only add estimator when no BMS is present
if self.bms_launch_file is None and self.bms_node is None:
common_platform_components.extend(self.battery_state_estimator)
common_platform_components.append(self.battery_state_estimator)

if len(self.can_bridges) > 0:
common_platform_components.extend(self.can_bridges)
Expand Down

0 comments on commit 74ca528

Please sign in to comment.