namespace RobotApp.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; } }