RobotNet/RobotNet.RobotShares/VDA5050/FactsheetExtend/Navigation.cs
2025-10-15 15:15:53 +07:00

12 lines
305 B
C#

namespace RobotNet.RobotShares.VDA5050.FactsheetExtend;
#nullable disable
public class Navigation
{
public bool Using_control_safety { get; set; }
public uint Control_rate { get; set; }
public Rotate Rotate { get; set; }
public PTA Pta { get; set; }
public PPA Ppa { get; set; }
}