Pick Point Analysis
Function: Analyze the list of capture points, enter two sets of data, and compare the distance and angle differences between the two sets of data.
Input Parameters:
Name | Type | Valid Range | Default Value | Meaning |
---|---|---|---|---|
First group of pick points |
PosesList |
None |
[] |
Input first group of pick points. |
Second group of pick points |
PosesList |
None |
[] |
Input second group of pick points. |
Output Parameters:
Name | Type | Valid Range | Default Value | Meaning |
---|---|---|---|---|
Analysis results |
DictList |
None |
None |
Output the calculated results. |
Parameter Settings:
Name | Type | Valid Range | Default Value | Meaning |
---|---|---|---|---|
Calculation method |
String |
["Calculate data one by one", "Calculate nearest distance"] |
Calculate nearest distance |
The calculation of each data requires that the two data lengths are the same, and the same index data is calculated; the nearest distance calculation finds the nearest data in another list as the same data. |
Distance ignore threshold |
Float |
None |
1 |
The distance ignores the threshold value, and the result data is not displayed when the result distance is less than or equal to the threshold value. |
Angle ignore threshold |
Float |
None |
1 |
Angle ignores the threshold value, and the result data is not displayed when the result angle is less than or equal to the threshold value. |