mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 10:00:48 +02:00
Pipeline: Stop on destruction explicitly
This commit is contained in:
@@ -151,6 +151,12 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
~Pipeline()
|
||||
{
|
||||
LOG_INFO("Destructing pipeline");
|
||||
stop();
|
||||
}
|
||||
|
||||
void run()
|
||||
{
|
||||
if (running_)
|
||||
|
||||
Reference in New Issue
Block a user