Skip to content

Commit

Permalink
chore: updated schemaand tests
Browse files Browse the repository at this point in the history
Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
  • Loading branch information
knzo25 committed Nov 25, 2024
1 parent 4f7b536 commit 7fc85e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@
"concatenate_and_time_sync_node": {
"type": "object",
"properties": {
"use_cuda": {
"type": "boolean",
"default": false,
"description": "Flag that enables cuda accelerated concatenation and the use of the cuda transport layer (cuda blackboard)."
},
"debug_mode": {
"type": "boolean",
"default": false,
"description": "Flag to enables debug mode to display additional logging information."
"description": "Flag that enables debug mode to display additional logging information."
},
"has_static_tf_only": {
"type": "boolean",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def generate_test_description():
],
parameters=[
{
"use_cuda": False,
"debug_mode": False,
"has_static_tf_only": False,
"rosbag_replay": False,
Expand Down

0 comments on commit 7fc85e9

Please sign in to comment.