diff --git a/Guibe/Base.lproj/Main.storyboard b/Guibe/Base.lproj/Main.storyboard
index edfebd6..d35719f 100644
--- a/Guibe/Base.lproj/Main.storyboard
+++ b/Guibe/Base.lproj/Main.storyboard
@@ -351,7 +351,7 @@
-
+
diff --git a/Guibe/MainViewController.swift b/Guibe/MainViewController.swift
index 576b3c4..e732bd0 100644
--- a/Guibe/MainViewController.swift
+++ b/Guibe/MainViewController.swift
@@ -352,6 +352,8 @@ extension MainViewController: CLLocationManagerDelegate {
} else {
// let speechUtterance = AVSpeechUtterance(string: message)
// speechSynthesizer.speak(speechUtterance)
+ playDone()
+ finishedNavigationSuccessfully()
stepCounter = 0
previousDistanceToWaypoint = 1000
searchBar.isHidden = false
@@ -393,8 +395,8 @@ extension MainViewController: CLLocationManagerDelegate {
func playRight(){
// currentStepLbl.text = "COM: RIGHT"
- let var1 = "guibe_long_left"
- let var2 = "guibe_long_right"
+ let var1 = "guibe_left"
+ let var2 = "guibe_right"
var path: String = ""
@@ -431,8 +433,8 @@ extension MainViewController: CLLocationManagerDelegate {
func playLeft(){
// currentStepLbl.text = "COM: LEFT"
- let var1 = "guibe_long_right"
- let var2 = "guibe_long_left"
+ let var1 = "guibe_right"
+ let var2 = "guibe_left"
var path: String = ""
diff --git a/Guibe/guibe_left.mp3 b/Guibe/guibe_left.mp3
index 98f5df5..379afe9 100644
Binary files a/Guibe/guibe_left.mp3 and b/Guibe/guibe_left.mp3 differ
diff --git a/Guibe/guibe_right.mp3 b/Guibe/guibe_right.mp3
index 379afe9..98f5df5 100644
Binary files a/Guibe/guibe_right.mp3 and b/Guibe/guibe_right.mp3 differ