1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-10 01:50:46 +02:00

Did not disconnect from stream inside producer

This commit is contained in:
Felix Mauch
2019-08-07 12:22:47 +02:00
parent 2980c19a40
commit fc53734bb3

View File

@@ -60,7 +60,6 @@ public:
}
void stopProducer()
{
stream_.disconnect();
}
bool tryGet(std::vector<std::unique_ptr<URPackage<HeaderT>>>& products)