Skip to content

Commit

Permalink
feat: add retain on baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
Pippo98 committed Aug 15, 2024
1 parent ceba549 commit 8948da9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions topics_tree.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,13 @@
},
"baseline": {
"alias": "ExtraTlmDataBaseline",
"description": "Protobuffer data of vehicle state"
"description": "Protobuffer data of vehicle state",
"retain": true
},
"gpsMapOrigins": {
"alias": "ExtraTlmDataGpsMapOrigins",
"description": "Protobuffer data of gps map origins"
"description": "Protobuffer data of gps map origins",
"retain": true
}
}
},
Expand Down

0 comments on commit 8948da9

Please sign in to comment.