Skip to content
Snippets Groups Projects
Commit e0bdf59a authored by Paul Dandignac's avatar Paul Dandignac Committed by Olivier Stasse
Browse files

Actualisation of _lastPublicated - otherwise it would trigger some exceptions...

Actualisation of _lastPublicated - otherwise it would trigger some exceptions "exception caught while running periodical commands (after)"
parent 64689b8c
No related branches found
No related tags found
No related merge requests found
...@@ -258,6 +258,8 @@ namespace dynamicgraph ...@@ -258,6 +258,8 @@ namespace dynamicgraph
if (dt < rate_) if (dt < rate_)
return dummy; return dummy;
lastPublicated_ = ros::Time::now();
while(! mutex_.try_lock() ){} while(! mutex_.try_lock() ){}
for (iterator_t it = bindedSignal_.begin (); for (iterator_t it = bindedSignal_.begin ();
it != bindedSignal_.end (); ++it) it != bindedSignal_.end (); ++it)
......
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