iOS simple controller works
This commit is contained in:
@@ -15,16 +15,26 @@ struct ContentView: View {
|
||||
NavigationLink(destination: SimpleControllerView()){
|
||||
Text("Simple Controller")
|
||||
}
|
||||
|
||||
// TODO: Change these when other functionality is implemented
|
||||
NavigationLink(destination: SimpleControllerView()){
|
||||
Text("Gamepad controller")
|
||||
}
|
||||
NavigationLink(destination: SimpleControllerView()){
|
||||
Text("SLAM Controller")
|
||||
}
|
||||
NavigationLink(destination: SimpleControllerView()){
|
||||
Text("Tracking Controller")
|
||||
Text("Lidar Tracking Controller")
|
||||
}
|
||||
NavigationLink(destination: SimpleControllerView()){
|
||||
Text("Mono Camera Tracking Controller")
|
||||
}
|
||||
NavigationLink(destination: SimpleControllerView()){
|
||||
Text("Hybrid Lidar Camera Tracking Controller")
|
||||
}
|
||||
}
|
||||
.navigationBarTitle(Text("Controllers"))
|
||||
}
|
||||
.navigationViewStyle(StackNavigationViewStyle())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user