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

Added the diagnostic_period parameter to the dynamic reconfigure parameter...

Added the diagnostic_period parameter to the dynamic reconfigure parameter data (although any changes will be ignored).
parent 90c6014b
No related branches found
No related tags found
No related merge requests found
......@@ -9,3 +9,4 @@ 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)
new_group.add("diagnostic_period",double_t,0,"Period for the diagnostic publication", 1.0,0.1,10.0)
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