Skip to content

Commit

Permalink
added rod names for strain gauges and changed range
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzucchi committed May 22, 2024
1 parent 4d95ee1 commit 55e8097
Showing 1 changed file with 27 additions and 15 deletions.
42 changes: 27 additions & 15 deletions networks/secondary/network.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"version": 1.0,
"types": {},
"types": {
"RodNames": {
"type": "enum",
"items": [
"F1011",
"F36",
"F46",
"F27",
"F17",
"F58"
]
}
},
"messages": [
{
"name": "ACQUISINATOR_JMP_TO_BLT",
Expand Down Expand Up @@ -2049,12 +2061,12 @@
"description": "Message for the arm deformation for the front left wheel",
"interval": 10,
"contents": {
"rod_id": "uint8",
"rod_id": "RodNames",
"deformation": {
"type": "float32",
"range": [
-3.0,
3.0
-0.01,
0.01
],
"force": "uint32"
}
Expand All @@ -2071,12 +2083,12 @@
"description": "Message for the arm deformation for the front right wheel",
"interval": 10,
"contents": {
"rod_id": "uint8",
"rod_id": "RodNames",
"deformation": {
"type": "float32",
"range": [
-3.0,
3.0
-0.01,
0.01
],
"force": "uint32"
}
Expand All @@ -2093,12 +2105,12 @@
"description": "Message for the arm deformation for the rear left wheel",
"interval": 10,
"contents": {
"rod_id": "uint8",
"rod_id": "RodNames",
"deformation": {
"type": "float32",
"range": [
-3.0,
3.0
-0.01,
0.01
],
"force": "uint32"
}
Expand All @@ -2115,12 +2127,12 @@
"description": "Message for the arm deformation for the rear right wheel",
"interval": 10,
"contents": {
"rod_id": "uint8",
"rod_id": "RodNames",
"deformation": {
"type": "float32",
"range": [
-3.0,
3.0
-0.01,
0.01
],
"force": "uint32"
}
Expand All @@ -2141,7 +2153,7 @@
"contents": {}
},
{
"name": "AMMO_POS_SET_CALIBRATION",
"name": "AMMO_COMPRESSION_SET_CALIBRATION",
"topic": "HYDRA",
"priority": 0,
"sending": [
Expand All @@ -2150,7 +2162,7 @@
"receiving": [
"ACQUISINATOR"
],
"description": "Calibration command for ammo positions",
"description": "Calibration command for ammo compression",
"interval": "oneshot",
"contents": {}
},
Expand Down

0 comments on commit 55e8097

Please sign in to comment.