From f60be93f6c0eb52791834eb3ae48dc62ed8ca7d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ellensohn?= Date: Thu, 25 May 2023 11:08:20 +0200 Subject: [PATCH] fixed folder structure --- ros2_cam_openCV/{ros2_cam_openCV => }/__init__.py | 0 ros2_cam_openCV/{ros2_cam_openCV => }/cam_node.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename ros2_cam_openCV/{ros2_cam_openCV => }/__init__.py (100%) rename ros2_cam_openCV/{ros2_cam_openCV => }/cam_node.py (100%) diff --git a/ros2_cam_openCV/ros2_cam_openCV/__init__.py b/ros2_cam_openCV/__init__.py similarity index 100% rename from ros2_cam_openCV/ros2_cam_openCV/__init__.py rename to ros2_cam_openCV/__init__.py diff --git a/ros2_cam_openCV/ros2_cam_openCV/cam_node.py b/ros2_cam_openCV/cam_node.py similarity index 100% rename from ros2_cam_openCV/ros2_cam_openCV/cam_node.py rename to ros2_cam_openCV/cam_node.py