-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Changelist - heartbeat monitor tests (VC with FSM checked in & FSM with VC checked in) - sensor transfer functions (load cell and coolant pressure)
- Loading branch information
Showing
12 changed files
with
305 additions
and
206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,128 +1,139 @@ | ||
{ | ||
"AlertsContext": { | ||
"msg_id": 414, | ||
"cycle_time": 1000, | ||
"signals": { | ||
"WatchdogTimeoutTaskName": { | ||
"enum": "RtosTaskName" | ||
}, | ||
"TxOverflowCount": { | ||
"bits": 8 | ||
}, | ||
"RxOverflowCount": { | ||
"bits": 8 | ||
} | ||
} | ||
}, | ||
"Vitals": { | ||
"msg_id": 415, | ||
"cycle_time": 100, | ||
"description": "RSM vitals message.", | ||
"signals": { | ||
"Heartbeat": { | ||
"bits": 1 | ||
}, | ||
"State": { | ||
"enum": "RsmStates" | ||
} | ||
} | ||
}, | ||
"Coolant": { | ||
"msg_id": 416, | ||
"cycle_time": 100, | ||
"signals": { | ||
"CoolantFlowRate": { | ||
"resolution": 0.1, | ||
"min": 0, | ||
"max": 100, | ||
"unit": "L/min" | ||
}, | ||
"CoolantTemperatureA": { | ||
"resolution": 0.1, | ||
"min": 0, | ||
"max": 100, | ||
"unit": "°C" | ||
}, | ||
"CoolantTemperatureB": { | ||
"resolution": 0.1, | ||
"min": 0, | ||
"max": 100, | ||
"unit": "°C" | ||
}, | ||
"CoolantPressureA": { | ||
"resolution": 0.1, | ||
"min": 0, | ||
"max": 100, | ||
"unit": "psi" | ||
}, | ||
"CoolantPressureB": { | ||
"resolution": 0.1, | ||
"min": 0, | ||
"max": 100, | ||
"unit": "psi" | ||
} | ||
} | ||
}, | ||
"Suspension": { | ||
"msg_id": 417, | ||
"cycle_time": 100, | ||
"description": "Suspension travel.", | ||
"signals": { | ||
"RearLeftSuspensionTravel": { | ||
"resolution": 0.1, | ||
"min": 0, | ||
"max": 1000, | ||
"unit": "cm" | ||
}, | ||
"RearRightSuspensionTravel": { | ||
"resolution": 0.1, | ||
"min": 0, | ||
"max": 1000, | ||
"unit": "cm" | ||
} | ||
} | ||
}, | ||
"LoadCell": { | ||
"msg_id": 418, | ||
"cycle_time": 100, | ||
"description": "Mechanical load on load cell", | ||
"signals": { | ||
"LoadCell3": { | ||
"resolution": 0.1, | ||
"min": 0, | ||
"max": 1000 | ||
}, | ||
"LoadCell4": { | ||
"resolution": 0.1, | ||
"min": 0, | ||
"max": 1000 | ||
} | ||
} | ||
}, | ||
"CommitInfo": { | ||
"msg_id": 419, | ||
"cycle_time": 100, | ||
"description": "RSM Current Running Git Commit Info", | ||
"signals": { | ||
"Hash": { | ||
"bits": 32 | ||
}, | ||
"Clean": { | ||
"bits": 1 | ||
} | ||
} | ||
}, | ||
"Fans": { | ||
"msg_id": 420, | ||
"cycle_time": 100, | ||
"description": "Fan Status", | ||
"signals": { | ||
"AccumulatorFan": { | ||
"bits": 1 | ||
}, | ||
"RadiatorFan": { | ||
"bits": 1 | ||
} | ||
} | ||
} | ||
"AlertsContext": { | ||
"msg_id": 414, | ||
"cycle_time": 1000, | ||
"signals": { | ||
"WatchdogTimeoutTaskName": { | ||
"enum": "RtosTaskName" | ||
}, | ||
"TxOverflowCount": { | ||
"bits": 8 | ||
}, | ||
"RxOverflowCount": { | ||
"bits": 8 | ||
} | ||
} | ||
}, | ||
"Vitals": { | ||
"msg_id": 415, | ||
"cycle_time": 100, | ||
"description": "RSM vitals message.", | ||
"signals": { | ||
"Heartbeat": { | ||
"bits": 1 | ||
}, | ||
"State": { | ||
"enum": "RsmStates" | ||
} | ||
} | ||
}, | ||
"Coolant": { | ||
"msg_id": 416, | ||
"cycle_time": 1000, | ||
"signals": { | ||
"CoolantFlowRate": { | ||
"resolution": 0.1, | ||
"min": 0, | ||
"max": 100, | ||
"unit": "L/min" | ||
}, | ||
"CoolantTemperatureA": { | ||
"resolution": 0.1, | ||
"min": 0, | ||
"max": 100, | ||
"unit": "°C" | ||
}, | ||
"CoolantTemperatureB": { | ||
"resolution": 0.1, | ||
"min": 0, | ||
"max": 100, | ||
"unit": "°C" | ||
}, | ||
"CoolantPressureA": { | ||
"resolution": 0.1, | ||
"min": 0, | ||
"max": 100, | ||
"unit": "psi" | ||
}, | ||
"CoolantPressureB": { | ||
"resolution": 0.1, | ||
"min": 0, | ||
"max": 100, | ||
"unit": "psi" | ||
} | ||
} | ||
}, | ||
"Suspension": { | ||
"msg_id": 417, | ||
"cycle_time": 100, | ||
"description": "Suspension travel.", | ||
"signals": { | ||
"RearLeftSuspensionTravel": { | ||
"resolution": 0.1, | ||
"min": 0, | ||
"max": 1000, | ||
"unit": "cm" | ||
}, | ||
"RearRightSuspensionTravel": { | ||
"resolution": 0.1, | ||
"min": 0, | ||
"max": 1000, | ||
"unit": "cm" | ||
} | ||
} | ||
}, | ||
"LoadCell":{ | ||
"msg_id" : 418, | ||
"cycle_time": 100, | ||
"description" : "Mechanical load on load cell", | ||
"signals" : { | ||
"LoadCell3" : { | ||
"resolution": 0.1, | ||
"min" : 0, | ||
"max" : 1000 | ||
}, | ||
"LoadCell4" : { | ||
"resolution": 0.1, | ||
"min" : 0, | ||
"max" : 1000 | ||
} | ||
} | ||
}, | ||
"CommitInfo": { | ||
"msg_id": 419, | ||
"cycle_time": 100, | ||
"description": "RSM Current Running Git Commit Info", | ||
"signals": { | ||
"Hash": { | ||
"bits": 32 | ||
}, | ||
"Clean": { | ||
"bits": 1 | ||
} | ||
} | ||
}, | ||
"BrakeLight":{ | ||
"msg_id": 420, | ||
"cycle_time": 100, | ||
"description": "BrakeLight", | ||
"signals":{ | ||
"BrakeLight":{ | ||
"bits": 1 | ||
} | ||
} | ||
}, | ||
"Fans":{ | ||
"msg_id": 421, | ||
"cycle_time":100, | ||
"description": "Accumulator and Radiator fan", | ||
"signals":{ | ||
"AccumulatorFan":{ | ||
"bits": 1 | ||
}, | ||
"RadiatorFan":{ | ||
"bits": 1 | ||
} | ||
|
||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.