Skip to content

Commit

Permalink
chore: update schema
Browse files Browse the repository at this point in the history
Signed-off-by: badai-nguyen <[email protected]>
  • Loading branch information
badai-nguyen committed May 31, 2024
1 parent a728e11 commit 928a216
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Parameters for Synchronization of RoI Fusion Nodes",
"type": "object",
"definitions": {
"roi_sync": {
"fusion_common": {
"type": "object",
"properties": {
"input_offset_ms": {
Expand Down Expand Up @@ -74,7 +74,7 @@
"type": "object",
"properties": {
"ros__parameters": {
"$ref": "#/definitions/roi_sync"
"$ref": "#/definitions/fusion_common"
}
},
"required": ["ros__parameters"]
Expand Down

0 comments on commit 928a216

Please sign in to comment.