Created Mine Map and ReactivePlanner
This commit is contained in:
10
ConsoleApp/Sim/VehicleConfiguration.cs
Normal file
10
ConsoleApp/Sim/VehicleConfiguration.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace ConsoleApp.Sim
|
||||
{
|
||||
public class VehicleConfiguration
|
||||
{
|
||||
public int Length { get; set; }
|
||||
public int Width { get; set; }
|
||||
public int DetectorRadius { get; set; }
|
||||
public int DetectorOffset { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user