Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Pippo98 committed May 21, 2024
2 parents 3c57a28 + 0dd3ba7 commit 26d6e62
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions topics_tree.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,20 @@
}
}
},
"extra_tlm_data": {
"alias": "ExtraTlmData",
"description": "<vehicleId>/<deviceId>/extra_tlm_data",
"qos": 0,
"retain": false,
"subscribe_roles": ["0", "1", "2", "3", "4"],
"publish_roles": ["0", "1", "2", "3", "4", "128", "129"],
"sub_topics": {
"vehicle_stata": {
"alias": "ExtraTlmDataVehicleState",
"description": "Protobuffer data of vehicle state"
}
}
},
"last_update": {
"alias": "DataLastUpdate",
"description": "Sends the last update timestamp of the data"
Expand Down Expand Up @@ -134,6 +148,12 @@
"description": "<vehicleId>/<deviceId>/command/result",
"subscribe_roles": ["0", "1", "2", "3", "4", "128", "129"],
"publish_roles": ["0", "1", "2", "3", "4", "128", "129"]
},
"steer": {
"alias": "steer",
"description": "<vehicleId>/<deviceId>/command/steer",
"subscribe_roles": ["0", "1", "2", "3", "4", "128", "129"],
"publish_roles": ["0", "128"]
}
}
},
Expand Down

0 comments on commit 26d6e62

Please sign in to comment.