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

Replaced loop_rate_ direct access by setRate function

parent 4dd60de0
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ TemplateNode::TemplateNode(void) :
algorithm_base::IriBaseAlgorithm<TemplateAlg>()
{
//init class attributes if necessary
//this->loop_rate_ = 2;//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