Skip to content
Snippets Groups Projects
Commit 93ef3f92 authored by Simon Ottenhaus's avatar Simon Ottenhaus
Browse files

fixed bug regarding update of Weiss Sensor Device Tags

parent e91cb3e7
No related branches found
No related tags found
No related merge requests found
......@@ -151,11 +151,10 @@ void WeissHapticSensor::frameAcquisitionTaskLoop()
ARMARX_INFO << "[" << device << "] Setting new device tag '" << setDeviceTagValue << "'";
sensor->setDeviceTag(setDeviceTagValue);
this->tag = setDeviceTagValue;
ARMARX_INFO << "[" << device << "] Starting periodic frame aquisition";
sensor->startPeriodicFrameAcquisition(0);
setDeviceTagScheduled = false;
}
//usleep(3000);
......
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