Skip to content

Commit 0d747fb

Browse files
committed
Updated camera topic to local namespace
1 parent e62a8ef commit 0d747fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feedingwebapp/src/Pages/Constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ NON_MOVING_STATES.add(MEAL_STATE.U_PostMeal)
4242
export { NON_MOVING_STATES }
4343

4444
// The names of the ROS topic(s)
45-
export const CAMERA_FEED_TOPIC = '/camera/color/image_raw'
45+
export const CAMERA_FEED_TOPIC = '/local/camera/color/image_raw'
4646
export const FACE_DETECTION_TOPIC = '/face_detection'
4747
export const FACE_DETECTION_TOPIC_MSG = 'ada_feeding_msgs/FaceDetection'
4848
export const FACE_DETECTION_IMG_TOPIC = '/face_detection_img'

0 commit comments

Comments
 (0)