1
0
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:
Felix Mauch
2019-05-28 09:49:33 +02:00
parent 73624533b9
commit 22f392222e

View File

@@ -151,6 +151,12 @@ public:
{
}
~Pipeline()
{
LOG_INFO("Destructing pipeline");
stop();
}
void run()
{
if (running_)