Init project
This commit is contained in:
12
RobotApp.VDA5050/Factsheet/AgvGeometry.cs
Normal file
12
RobotApp.VDA5050/Factsheet/AgvGeometry.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace RobotApp.VDA5050.Factsheet;
|
||||
|
||||
#nullable disable
|
||||
|
||||
public class AgvGeometry
|
||||
{
|
||||
public WheelDefinitions[] WheelDefinitions { get; set; }
|
||||
public Envelopes2d[] Envelopes2d { get; set; }
|
||||
public Envelopes3d[] Envelopes3d { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user