From aa391305f50ee449fa7be9734dd3f4f3fda85b55 Mon Sep 17 00:00:00 2001 From: Jonas Arnold Date: Fri, 16 Dec 2022 15:05:14 +0100 Subject: [PATCH] added line sensor in RobotLib and UI --- .../RobotClientWpf/Views/ConfigView.xaml | 12 ++++++++- .../RobotClientWpf/Views/ConfigView.xaml.cs | 15 +++++++++++ .../RobotClientWpf/Views/MainView.xaml.cs | 4 +-- .../RobotLib/Movement/DevLineSensor.cs | 27 +++++++++++++++++++ ADIS_Csharp/RobotLib/Robot.cs | 2 ++ 5 files changed, 57 insertions(+), 3 deletions(-) create mode 100644 ADIS_Csharp/RobotLib/Movement/DevLineSensor.cs diff --git a/ADIS_Csharp/RobotClientWpf/Views/ConfigView.xaml b/ADIS_Csharp/RobotClientWpf/Views/ConfigView.xaml index 0f8f2f3..7bb255b 100644 --- a/ADIS_Csharp/RobotClientWpf/Views/ConfigView.xaml +++ b/ADIS_Csharp/RobotClientWpf/Views/ConfigView.xaml @@ -8,10 +8,10 @@ d:DesignHeight="450" d:DesignWidth="800"> - + @@ -30,5 +30,15 @@