Skip to content

Commit

Permalink
feat: add soc estimation messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Pippo98 committed May 9, 2024
1 parent bf8096d commit 52668b5
Showing 1 changed file with 75 additions and 1 deletion.
76 changes: 75 additions & 1 deletion networks/secondary/network.json
Original file line number Diff line number Diff line change
Expand Up @@ -1628,6 +1628,80 @@
}
}
},
{
"name": "HV_SOC_ESTIMATION_STATE",
"topic": "HYDRA",
"priority": 3,
"interval": 50,
"sending": [
"TLM"
],
"receiving": [],
"description": "State of Charge estimation state",
"contents": {
"soc": {
"type": "float32",
"range": [
0,
1
],
"force": "uint16"
},
"rc1": {
"type": "float32",
"range": [
0,
4.5
],
"force": "uint16"
},
"rc2": {
"type": "float32",
"range": [
0,
4.5
],
"force": "uint16"
}
}
},
{
"name": "HV_SOC_ESTIMATION_COVARIANCE",
"topic": "HYDRA",
"priority": 3,
"interval": 50,
"sending": [
"TLM"
],
"receiving": [],
"description": "State of Charge estimation covariance of the state",
"contents": {
"soc": {
"type": "float32",
"range": [
0,
10000
],
"force": "uint16"
},
"rc1": {
"type": "float32",
"range": [
0,
10000
],
"force": "uint16"
},
"rc2": {
"type": "float32",
"range": [
0,
10000
],
"force": "uint16"
}
}
},
{
"name": "PEDAL_THROTTLE",
"topic": "HYDRA",
Expand Down Expand Up @@ -2099,4 +2173,4 @@
}
}
]
}
}

0 comments on commit 52668b5

Please sign in to comment.