Option _topBottomCorrectionRotation
Description: Sets the front position for the top/bottom correction. Enabled only for _topBottomCorrection is Manual
.
Theta X only.
Example:
{
"pitch": "0.0",
"roll": "0.0",
"yaw": "0.0"
}
Property |
Type |
Required |
Description |
pitch |
string |
yes |
Front position moves up or down. Value is “-90.0” to “+90.0”, 0.1 degree/step. |
roll |
string |
yes |
Front position moves from side to side. Value is “-180.0” to “+180.0”, 0.1 degree/step. |
yaw |
string |
yes |
A circular movement of front position. Value is “-180.0” to “+180.0”, 0.1 degree/step. |
pitch
Description: Front position moves up or down. Value is “-90.0” to “+90.0”, 0.1 degree/step.
Restrictions |
|
Must match regular expression |
^-?(([1-8]?[0-9](\.[0-9])?)|(90(\.0)?))$ Test |
roll
Description: Front position moves from side to side. Value is “-180.0” to “+180.0”, 0.1 degree/step.
Restrictions |
|
Must match regular expression |
^-?(([1-9]?[0-9](\.[0-9])?)|(1[0-7][0-9](\.[0-9])?)|(180(\.0)?))$ Test |
yaw
Description: A circular movement of front position. Value is “-180.0” to “+180.0”, 0.1 degree/step.
Restrictions |
|
Must match regular expression |
^-?(([1-9]?[0-9](\.[0-9])?)|(1[0-7][0-9](\.[0-9])?)|(180(\.0)?))$ Test |