Skip to content

Commit

Permalink
feat: add curvilinear coordinates with respect to baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
Pippo98 committed May 24, 2024
1 parent 55e8097 commit d24258e
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions networks/secondary/network.json
Original file line number Diff line number Diff line change
Expand Up @@ -1663,6 +1663,35 @@
}
}
},
{
"name": "VEHICLE_CURVILINEAR_COORDINATES",
"topic": "HYDRA",
"priority": 3,
"sending": [
"TLM"
],
"receiving": [],
"description": "Vehicle curvilinear coordinates wrt baseline",
"interval": 10,
"contents": {
"s": {
"type": "float32",
"range": [
0,
5000
],
"force": "uint32"
},
"n": {
"type": "float32",
"range": [
-10,
10
],
"force": "uint16"
}
}
},
{
"name": "ANGULAR_VELOCITY",
"topic": "HYDRA",
Expand Down

0 comments on commit d24258e

Please sign in to comment.