Skip to content
Snippets Groups Projects
Commit 74d3fcd0 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

The add_bt_client_params function return the name of the newly created group.

parent 0a96cd9c
No related branches found
No related tags found
No related merge requests found
......@@ -9,3 +9,5 @@ def add_bt_client_params(gen):
new_group.add("bt_client_enable_minitrace_logger",bool_t,0,"Enables duration saving in log file", False)
new_group.add("bt_client_enable_file_logger",bool_t,0,"Enables status saving in log file", False)
new_group.add("bt_client_enable_zmq_publisher",bool_t,0,"Enables live status sending to Groot", False)
return new_group
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment