Skip to content

Commit

Permalink
fixed minor dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhav-Hariani committed May 16, 2024
1 parent b578e5c commit 82174aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import rclpy
from rclpy.node import Node
from rclpy.qos import qos_profile_sensor_data
from .object_detection_submodule.object_detection import ObjectDetection
from object_detection_submodule.object_detection import ObjectDetection
import cv2
import sys

Expand Down

0 comments on commit 82174aa

Please sign in to comment.