Skip to content
Snippets Groups Projects
Commit bb91cdf1 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Fixes #26 by re-adding grab broadcast

parent a43fff70
No related branches found
No related tags found
No related merge requests found
...@@ -336,6 +336,8 @@ static void run() { ...@@ -336,6 +336,8 @@ static void run() {
int active = displays.size(); int active = displays.size();
while (active > 0) { while (active > 0) {
active = 0; active = 0;
net.broadcast("grab"); // To sync cameras
PointCloud<PointXYZRGB>::Ptr cloud(new PointCloud<PointXYZRGB>); PointCloud<PointXYZRGB>::Ptr cloud(new PointCloud<PointXYZRGB>);
......
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