15 lines
389 B
C#
15 lines
389 B
C#
namespace RobotNet.RobotShares.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; }
|
|
|
|
}
|