RobotNet/RobotNet.RobotShares/Enums/NavigationType.cs
2025-10-15 15:15:53 +07:00

10 lines
141 B
C#

namespace RobotNet.RobotShares.Enums;
public enum NavigationType
{
Differential,
Forklift,
OmniDrive,
GridDifferential
}