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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user