From 1e64e61629b1a1bd10a7ecd58bfa8ce3315a053c Mon Sep 17 00:00:00 2001 From: Serafadam Date: Thu, 21 Dec 2023 11:13:28 +0000 Subject: [PATCH] build trigger --- robot_py/package.xml | 2 +- robot_py/robot_py/robot/perception/perception_system.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/robot_py/package.xml b/robot_py/package.xml index 92b7eb1..dfd9c6f 100644 --- a/robot_py/package.xml +++ b/robot_py/package.xml @@ -11,7 +11,7 @@ ament_flake8 ament_pep257 python3-pytest - + ament_python diff --git a/robot_py/robot_py/robot/perception/perception_system.py b/robot_py/robot_py/robot/perception/perception_system.py index bca3566..0ce6ca3 100644 --- a/robot_py/robot_py/robot/perception/perception_system.py +++ b/robot_py/robot_py/robot/perception/perception_system.py @@ -90,7 +90,6 @@ def stop(self): """ Closes the connection to the depthai device, ensuring a clean shutdown. """ - if self._pipeline is not None: self._ros_context_manager.shutdown() if self._device: