1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-09 17:40:47 +02:00

do not explicitly stop producers and consumers multiple times

Let the threads handle taking them down.
This commit is contained in:
Felix Mauch
2019-07-16 12:58:34 +02:00
parent c38bd99647
commit 8166bf3d67
5 changed files with 4 additions and 35 deletions

View File

@@ -42,19 +42,6 @@ public:
CalibrationConsumer();
virtual ~CalibrationConsumer() = default;
virtual void setupConsumer()
{
}
virtual void teardownConsumer()
{
}
virtual void stopConsumer()
{
}
virtual void onTimeout()
{
}
virtual bool
consume(std::shared_ptr<ur_driver::comm::URPackage<ur_driver::primary_interface::PackageHeader>> product);