Skip to content
Snippets Groups Projects
Unverified Commit dece5e26 authored by Guilhem Saurel's avatar Guilhem Saurel Committed by GitHub
Browse files

Merge pull request #87 from NoelieRamuzat/devel

[SotLoader] Remove useless boost::condition_variable cond
parents 11aec957 211b393a
No related branches found
No related tags found
No related merge requests found
...@@ -16,10 +16,6 @@ ...@@ -16,10 +16,6 @@
// POSIX.1-2001 // POSIX.1-2001
#include <dlfcn.h> #include <dlfcn.h>
#include <boost/thread/condition.hpp>
boost::condition_variable cond;
using namespace std; using namespace std;
using namespace dynamicgraph::sot; using namespace dynamicgraph::sot;
namespace po = boost::program_options; namespace po = boost::program_options;
...@@ -98,7 +94,6 @@ void workThreadLoader(SotLoader *aSotLoader) { ...@@ -98,7 +94,6 @@ void workThreadLoader(SotLoader *aSotLoader) {
rate.sleep(); rate.sleep();
} }
dataToLog.save("/tmp/geometric_simu"); dataToLog.save("/tmp/geometric_simu");
cond.notify_all();
ros::waitForShutdown(); ros::waitForShutdown();
} }
......
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