Skip to content
Snippets Groups Projects
Commit 20ed30eb authored by Alejandro Lopez Gestoso's avatar Alejandro Lopez Gestoso
Browse files

Added constructor with module_name parameter

parent 2fd03ee1
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,13 @@ class CTiagoArmModuleBT
*/
CTiagoArmModuleBT();
/**
* \brief Constructor
*
* \param module_name
*/
CTiagoArmModuleBT(std::string &module_name);
/**
* \brief Register all conditions and actions needed for using the module
*
......
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