Skip to content
Snippets Groups Projects
Commit 8b8f8aa1 authored by Your Name's avatar Your Name
Browse files

fixing build issue

parent e8f4f568
No related branches found
No related tags found
1 merge request!266Feature/armem laser scans
This commit is part of merge request !266. Comments created here will be created in the context of that merge request.
......@@ -699,7 +699,7 @@ namespace armarx
frame.getRawData() +
frame.size()));
// recvQueue.push(std::vector<unsigned char>(frame.getRawData(), frame.getRawData() + frame.size()));
recvQueue.commit(dataGramWidthTimeStamp);
recvQueue.push(dataGramWidthTimeStamp);
}
void SickScanAdapter::readCallbackFunction(UINT8* buffer, UINT32& numOfBytes)
......
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