Skip to content

Commit

Permalink
Merge branch 'vision_pipeline' of github.com:uf-mil/mil into vision_p…
Browse files Browse the repository at this point in the history
…ipeline
  • Loading branch information
DaniParr committed Apr 4, 2024
2 parents 3a9b682 + 3f321d9 commit eba3d04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

class ObjectDetectionTest:
def __init__(self):
camera = rospy.get_param("~image_topic", "/camera/front/left/image_rect_color")
camera = rospy.get_param("~image_topic", "/camera/front/right/image_rect_color")
self.detector = Detector("robosub24", device="cpu")

self.image_sub = Image_Subscriber(camera, self.detection_callback)
Expand Down

0 comments on commit eba3d04

Please sign in to comment.