RobotApp/RobotApp.VDA5050/FactsheetExtend/Localization.cs
Đăng Nguyễn cf309cccba Init project
2025-09-10 10:48:39 +07:00

15 lines
377 B
C#

namespace RobotApp.VDA5050.FactsheetExtend;
#nullable disable
public class Localization
{
public uint Threshold_quality_loc { get; set; }
public bool Use_localization_marker { get; set; }
public bool Use_pallet_detection { get; set; }
public Initpose Initpose { get; set; }
public Xloc Xloc { get; set; }
public VlMarker Vl_marker { get; set; }
}