Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Inventus battery. #80

Closed
wants to merge 1 commit into from
Closed

Added Inventus battery. #80

wants to merge 1 commit into from

Conversation

tonybaltovski
Copy link
Member

@tonybaltovski tonybaltovski commented Oct 2, 2024

Temporarily added Inventus battery.

@tonybaltovski tonybaltovski requested a review from a team as a code owner October 2, 2024 13:58
@tonybaltovski tonybaltovski requested review from mhosmar-cpr, civerachb-cpr, roni-kreinin, luis-camero and hilary-luo and removed request for a team October 2, 2024 13:58
@@ -54,6 +54,7 @@ class BatteryConfig(BaseConfig):
NEC_ALM12V35 = "NEC_ALM12V35"
VALENCE_U24_12XP = "VALENCE_U24_12XP"
VALENCE_U27_12XP = "VALENCE_U27_12XP"
INVENTUS_S_24V20_U1 = "S_24V20_U1"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the clearpath_robot package, the battery is name BatteryConfig.S_24V20_U1 not BatteryConfig.INVENTUS_S_24V20_UI.

@@ -68,7 +69,8 @@ class BatteryConfig(BaseConfig):

VALID = {
Platform.GENERIC: {
UNKNOWN: [UNKNOWN]
UNKNOWN: [UNKNOWN],
INVENTUS_S_24V20_U1: [S2P1],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Match S_24V20_UI

@@ -68,7 +69,8 @@ class BatteryConfig(BaseConfig):

VALID = {
Platform.GENERIC: {
UNKNOWN: [UNKNOWN]
UNKNOWN: [UNKNOWN],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should remove UNKNOWN

@tonybaltovski tonybaltovski deleted the fix/add-inventus branch October 2, 2024 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants