From 45eca3b57214fe252d3a60ffd9ff62f538a3b07a Mon Sep 17 00:00:00 2001 From: Brady Bodily Date: Tue, 15 Dec 2020 15:46:45 -0700 Subject: [PATCH] Back up --- .../.idea/contentModel.xml | 11 +++-- .../.idea.RobotIntelFinal/.idea/workspace.xml | 49 ++++++++++++++----- ConsoleApp/ConsoleApp.csproj | 2 +- ConsoleApp/Maps/HexMap.cs | 13 ++++- ConsoleApp/Maps/IHexMap.cs | 4 ++ ConsoleApp/Maps/ISquareMap.cs | 1 + ConsoleApp/Maps/MapFactory.cs | 1 + ConsoleApp/Maps/SquareMap.cs | 49 +++++++++++++++++-- ConsoleApp/PathPlanners/IPathPlanner.cs | 3 +- ConsoleApp/PathPlanners/PathPlanner.cs | 9 +++- ConsoleApp/SimRunner.cs | 3 +- ConsoleApp/Vehicle/DetectionHead.cs | 20 ++++++++ ConsoleApp/{ => Vehicle}/IVehicle.cs | 4 +- ConsoleApp/{ => Vehicle}/Vehicle.cs | 13 +++-- .../{ => Vehicle}/VehicleConfiguration.cs | 4 +- .../{ => Vehicle}/VehicleConfiguration.json | 0 16 files changed, 146 insertions(+), 40 deletions(-) create mode 100644 ConsoleApp/Vehicle/DetectionHead.cs rename ConsoleApp/{ => Vehicle}/IVehicle.cs (84%) rename ConsoleApp/{ => Vehicle}/Vehicle.cs (72%) rename ConsoleApp/{ => Vehicle}/VehicleConfiguration.cs (70%) rename ConsoleApp/{ => Vehicle}/VehicleConfiguration.json (100%) diff --git a/.idea/.idea.RobotIntelFinal/.idea/contentModel.xml b/.idea/.idea.RobotIntelFinal/.idea/contentModel.xml index d36be7c..2c926b7 100644 --- a/.idea/.idea.RobotIntelFinal/.idea/contentModel.xml +++ b/.idea/.idea.RobotIntelFinal/.idea/contentModel.xml @@ -11,7 +11,6 @@ - @@ -39,9 +38,13 @@ - - - + + + + + + + diff --git a/.idea/.idea.RobotIntelFinal/.idea/workspace.xml b/.idea/.idea.RobotIntelFinal/.idea/workspace.xml index e89dcd6..0a6ccca 100644 --- a/.idea/.idea.RobotIntelFinal/.idea/workspace.xml +++ b/.idea/.idea.RobotIntelFinal/.idea/workspace.xml @@ -18,19 +18,23 @@ + + - + + + - - - + + + @@ -163,7 +173,7 @@ - + @@ -195,14 +205,27 @@ 34 - -