10 lines
141 B
C#
10 lines
141 B
C#
namespace RobotNet.RobotShares.Enums;
|
|
|
|
public enum NavigationType
|
|
{
|
|
Differential,
|
|
Forklift,
|
|
OmniDrive,
|
|
GridDifferential
|
|
}
|