Skip to content

Commit 6dafe58

Browse files
Remove try_lock in trigger method.
1 parent b3cd801 commit 6dafe58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/ros_publish.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ namespace dynamicgraph
265265

266266
boost::mutex::scoped_lock lock (mutex_);
267267

268-
while(! mutex_.try_lock() ){}
269268
for (iterator_t it = bindedSignal_.begin ();
270269
it != bindedSignal_.end (); ++it)
271270
{

0 commit comments

Comments
 (0)