Skip to content
Snippets Groups Projects
Commit 99ed4423 authored by Sergi Martínez Sánchez's avatar Sergi Martínez Sánchez
Browse files

changing thread frequency definition to setRate function

parent 848b043f
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ GripperClientAlgNode::GripperClientAlgNode(void) :
gripper_module("gripper_module",ros::this_node::getName())
{
//init class attributes if necessary
this->loop_rate_ = 10;//in [Hz]
this->setRate(10);//in [Hz]
// [init publishers]
......
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