Skip to content

Commit

Permalink
Change cam test to right
Browse files Browse the repository at this point in the history
  • Loading branch information
andrespulido8 committed Feb 23, 2024
1 parent 1a31e6a commit 3f321d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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 3f321d9

Please sign in to comment.