diff --git a/SubjuGator/perception/subjugator_perception/nodes/vision_pipeline_test.py b/SubjuGator/perception/subjugator_perception/nodes/vision_pipeline_test.py index fb6e56e84..7854b576f 100755 --- a/SubjuGator/perception/subjugator_perception/nodes/vision_pipeline_test.py +++ b/SubjuGator/perception/subjugator_perception/nodes/vision_pipeline_test.py @@ -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)