mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 01:50:46 +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()
|
void run()
|
||||||
{
|
{
|
||||||
if (running_)
|
if (running_)
|
||||||
|
|||||||
Reference in New Issue
Block a user