Skip to content

Commit

Permalink
fix: updated start and end points.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckeller81 committed Aug 24, 2024
1 parent 1c2d975 commit b6be886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/PathFinder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ export default defineComponent({
imageCaptureService.startCapture();
currentTrackId.value = await webSocketService.startTrack({
startTrackNodeId: "01862996-aa15-43d4-b633-434d6582722d",
goalTrackNodeId: "ba578b15-117e-4ae2-a82d-b01b48279a0d"
startTrackNodeId: "3043adb1-63f2-4786-bf95-723ab0684cd6",
goalTrackNodeId: "cca513e5-6209-45d5-9792-351df794e3c0"
});
imageCaptureInterval = setInterval(captureImage, 500);
Expand Down

0 comments on commit b6be886

Please sign in to comment.