We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e62a8ef commit 0d747fbCopy full SHA for 0d747fb
feedingwebapp/src/Pages/Constants.js
@@ -42,7 +42,7 @@ NON_MOVING_STATES.add(MEAL_STATE.U_PostMeal)
42
export { NON_MOVING_STATES }
43
44
// The names of the ROS topic(s)
45
-export const CAMERA_FEED_TOPIC = '/camera/color/image_raw'
+export const CAMERA_FEED_TOPIC = '/local/camera/color/image_raw'
46
export const FACE_DETECTION_TOPIC = '/face_detection'
47
export const FACE_DETECTION_TOPIC_MSG = 'ada_feeding_msgs/FaceDetection'
48
export const FACE_DETECTION_IMG_TOPIC = '/face_detection_img'
0 commit comments