This commit is contained in:
Đăng Nguyễn
2025-12-30 16:59:08 +07:00
parent 2785a8f161
commit b3f765d261
11 changed files with 88 additions and 75 deletions

View File

@@ -2,7 +2,6 @@
namespace RobotApp.VDA5050.Order;
#nullable disable
public class Edge
{
@@ -26,7 +25,7 @@ public class Edge
public bool RotationAllowed { get; set; }
public double MaxRotationSpeed { get; set; }
public double Length { get; set; }
public Trajectory Trajectory { get; set; }
public Trajectory? Trajectory { get; set; }
public Corridor Corridor { get; set; } = new();
[Required]
public InstantAction.Action[] Actions { get; set; } = [];

View File

@@ -21,7 +21,7 @@ public enum ActionType
//liftUp,
//liftDown,
//liftRotate,
//rotate,
rotate,
//rotateKeepLift,
//mutedBaseOn,
//mutedBaseOff,