Skip to content

Commit

Permalink
build trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Serafadam committed Dec 21, 2023
1 parent e5128b6 commit 1e64e61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion robot_py/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<test_depend>ament_flake8</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>

<export>
<build_type>ament_python</build_type>
</export>
Expand Down
1 change: 0 additions & 1 deletion robot_py/robot_py/robot/perception/perception_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1e64e61

Please sign in to comment.