Skip to content
Snippets Groups Projects
Commit 453e2dbc authored by Joan Perez Ibarz's avatar Joan Perez Ibarz
Browse files

[iri_base_algorithm]

  - fixing MAJOR bug: adding ros::WallDuration(0.1).sleep();
parent fe671ac5
No related branches found
No related tags found
No related merge requests found
......@@ -381,6 +381,8 @@ int IriBaseAlgorithm<Algorithm>::spin(void)
{
// update diagnostics
this->diagnostic_.update();
ros::WallDuration(0.1).sleep();
}
// stop ros
......
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