Skip to content

Commit

Permalink
Fix: ensure all packages can be built
Browse files Browse the repository at this point in the history
  • Loading branch information
ar-mine committed Aug 2, 2023
1 parent 90b3385 commit 876756d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
from cv_bridge import CvBridge, CvBridgeError
from tf2_ros import TransformBroadcaster
from rclpy.qos import qos_profile_sensor_data
from franka_perception.DTOID.DTOIDModule import DTOIDModule
from franka_perception.base.ImageNodeBase import ImageNodeBase
# from franka_perception.utils.BoxDetector import BoxDetector

from am_template_detection.DTOIDModule import DTOIDModule
from am_perception_utility.ImageNodeBase import ImageNodeBase

import time
import cv2
Expand Down

0 comments on commit 876756d

Please sign in to comment.