| | |
| | | this.liftUp = Utils.getBit(bytes[3], 6); |
| | | this.liftBottom = Utils.getBit(bytes[3], 7); |
| | | } |
| | | |
| | | public String getQrCode() { |
| | | return qrCode; |
| | | } |
| | | public int getOffsetX() { |
| | | return offsetX; |
| | | } |
| | | public int getOffsetY() { |
| | | return offsetY; |
| | | } |
| | | public int getStatus() { |
| | | return status; |
| | | } |
| | | public float getAGVCurrentAngle() { |
| | | return AGVCurrentAngle; |
| | | } |
| | | public float getGyroAngle() { |
| | | return gyroAngle; |
| | | } |
| | | public int getCurrentAltitude() { |
| | | return currentAltitude; |
| | | } |
| | | public int getForkLength() { |
| | | return forkLength; |
| | | } |
| | | public int getLoaderTheta() { |
| | | return loaderTheta; |
| | | } |
| | | |
| | | // 暂存货位1检测 |
| | | private boolean tempLoc1; |