경로로직
This commit is contained in:
@@ -582,12 +582,12 @@ namespace AGVNavigationCore.Controls
|
||||
{
|
||||
switch (node.StationType)
|
||||
{
|
||||
case StationType.Loader:
|
||||
case StationType.Cleaner:
|
||||
case StationType.Plating:
|
||||
case StationType.Buffer:
|
||||
case Station.Loder:
|
||||
case Station.Cleaner:
|
||||
case Station.Plating:
|
||||
case Station.Buffer:
|
||||
return IsPointInPentagon(point, node);
|
||||
case StationType.Charger:
|
||||
case Station.Charger:
|
||||
return IsPointInTriangle(point, node);
|
||||
default:
|
||||
return IsPointInCircle(point, node);
|
||||
|
||||
Reference in New Issue
Block a user