diff --git a/CarControlleriOS/CarController/CarController.xcodeproj/project.pbxproj b/CarControlleriOS/CarController/CarController.xcodeproj/project.pbxproj index 412dde7..d01b8d2 100644 --- a/CarControlleriOS/CarController/CarController.xcodeproj/project.pbxproj +++ b/CarControlleriOS/CarController/CarController.xcodeproj/project.pbxproj @@ -7,6 +7,12 @@ objects = { /* Begin PBXBuildFile section */ + 5A6B34552459AFCE0000E6FC /* SlamController.grpc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A6B344D2459AFCE0000E6FC /* SlamController.grpc.swift */; }; + 5A6B34562459AFCE0000E6FC /* SlamController.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A6B344E2459AFCE0000E6FC /* SlamController.pb.swift */; }; + 5A6B34572459AFCE0000E6FC /* lidar_tracker.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A6B34502459AFCE0000E6FC /* lidar_tracker.pb.swift */; }; + 5A6B34582459AFCE0000E6FC /* lidar_tracker.grpc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A6B34512459AFCE0000E6FC /* lidar_tracker.grpc.swift */; }; + 5A6B34592459AFCE0000E6FC /* motorService.grpc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A6B34532459AFCE0000E6FC /* motorService.grpc.swift */; }; + 5A6B345A2459AFCE0000E6FC /* motorService.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A6B34542459AFCE0000E6FC /* motorService.pb.swift */; }; 5A9C27132443F52500DBDF12 /* SimpleControllerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A9C27122443F52500DBDF12 /* SimpleControllerView.swift */; }; 5A9C27152443F5B500DBDF12 /* ServerData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A9C27142443F5B500DBDF12 /* ServerData.swift */; }; 5A9EB27A240100960053D3CF /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A9EB279240100960053D3CF /* AppDelegate.swift */; }; @@ -22,6 +28,12 @@ 03FB25F696A1B33332234B4F /* Pods_CarController.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CarController.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 460C6595E5C32777EF7F2A4E /* Pods-CarController.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CarController.release.xcconfig"; path = "Target Support Files/Pods-CarController/Pods-CarController.release.xcconfig"; sourceTree = ""; }; 4C5C85A33DD98E3CA9FCEF6B /* Pods-CarController.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CarController.debug.xcconfig"; path = "Target Support Files/Pods-CarController/Pods-CarController.debug.xcconfig"; sourceTree = ""; }; + 5A6B344D2459AFCE0000E6FC /* SlamController.grpc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SlamController.grpc.swift; sourceTree = ""; }; + 5A6B344E2459AFCE0000E6FC /* SlamController.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SlamController.pb.swift; sourceTree = ""; }; + 5A6B34502459AFCE0000E6FC /* lidar_tracker.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = lidar_tracker.pb.swift; sourceTree = ""; }; + 5A6B34512459AFCE0000E6FC /* lidar_tracker.grpc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = lidar_tracker.grpc.swift; sourceTree = ""; }; + 5A6B34532459AFCE0000E6FC /* motorService.grpc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = motorService.grpc.swift; sourceTree = ""; }; + 5A6B34542459AFCE0000E6FC /* motorService.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = motorService.pb.swift; sourceTree = ""; }; 5A9C27122443F52500DBDF12 /* SimpleControllerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimpleControllerView.swift; sourceTree = ""; }; 5A9C27142443F5B500DBDF12 /* ServerData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerData.swift; sourceTree = ""; }; 5A9EB276240100960053D3CF /* CarController.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CarController.app; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -54,9 +66,48 @@ name = Frameworks; sourceTree = ""; }; + 5A6B344B2459AFCE0000E6FC /* car */ = { + isa = PBXGroup; + children = ( + 5A6B344C2459AFCE0000E6FC /* slam */, + 5A6B344F2459AFCE0000E6FC /* tracking */, + 5A6B34522459AFCE0000E6FC /* control */, + ); + name = car; + path = CarController/car; + sourceTree = ""; + }; + 5A6B344C2459AFCE0000E6FC /* slam */ = { + isa = PBXGroup; + children = ( + 5A6B344D2459AFCE0000E6FC /* SlamController.grpc.swift */, + 5A6B344E2459AFCE0000E6FC /* SlamController.pb.swift */, + ); + path = slam; + sourceTree = ""; + }; + 5A6B344F2459AFCE0000E6FC /* tracking */ = { + isa = PBXGroup; + children = ( + 5A6B34502459AFCE0000E6FC /* lidar_tracker.pb.swift */, + 5A6B34512459AFCE0000E6FC /* lidar_tracker.grpc.swift */, + ); + path = tracking; + sourceTree = ""; + }; + 5A6B34522459AFCE0000E6FC /* control */ = { + isa = PBXGroup; + children = ( + 5A6B34532459AFCE0000E6FC /* motorService.grpc.swift */, + 5A6B34542459AFCE0000E6FC /* motorService.pb.swift */, + ); + path = control; + sourceTree = ""; + }; 5A9EB26D240100950053D3CF = { isa = PBXGroup; children = ( + 5A6B344B2459AFCE0000E6FC /* car */, 5A9EB278240100960053D3CF /* CarController */, 5A9EB277240100960053D3CF /* Products */, A595BD070E838AFD9A774908 /* Pods */, @@ -220,8 +271,14 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 5A6B34572459AFCE0000E6FC /* lidar_tracker.pb.swift in Sources */, 5A9C27152443F5B500DBDF12 /* ServerData.swift in Sources */, + 5A6B34552459AFCE0000E6FC /* SlamController.grpc.swift in Sources */, + 5A6B34562459AFCE0000E6FC /* SlamController.pb.swift in Sources */, + 5A6B34592459AFCE0000E6FC /* motorService.grpc.swift in Sources */, 5A9EB27A240100960053D3CF /* AppDelegate.swift in Sources */, + 5A6B345A2459AFCE0000E6FC /* motorService.pb.swift in Sources */, + 5A6B34582459AFCE0000E6FC /* lidar_tracker.grpc.swift in Sources */, 5A9EB27C240100960053D3CF /* SceneDelegate.swift in Sources */, 5A9C27132443F52500DBDF12 /* SimpleControllerView.swift in Sources */, 5A9EB27E240100960053D3CF /* ContentView.swift in Sources */,