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

Used the new implementation of the Module Service object.

parent 132f1809
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ class CTiagoGripperModule : public CModule<tiago_gripper_module::TiagoGripperMod
/****************Services*****************/
//Service grasp
CModuleService<std_srvs::Empty> grasp_service;
CModuleService<std_srvs::Empty,tiago_gripper_module::TiagoGripperModuleConfig> grasp_service;
/****************Services*****************/
/****************Actions*****************/
......
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