Skip to content
Snippets Groups Projects
Commit 2e67e677 authored by Mirko Wächter's avatar Mirko Wächter
Browse files

fixed high load bug in plotter

parent c8d94d05
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ namespace armarx
Mutex dataMutex;
PeriodicTask<ArmarXPlotter>::pointer_type pollingTask;
int pollingInterval;
int pollingInterval = 33;
std::ofstream logstream;
IceUtil::Time logStartTime;
......
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