(function(){
let w = window.innerWidth;
function setHeaderCssVar() {
const headerEle = document.getElementById('shoplaza-section-header');
if(!headerEle){ return };
document.body.style.setProperty('--window-height', `${window.innerHeight}px`);
document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`);
const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide');
if (mdScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`);
}
const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide');
if (pcScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`);
}
}
function handlResize() {
if(w == window.innerWidth){return};
w = window.innerWidth;
setHeaderCssVar();
};
function init(){
setHeaderCssVar();
window.removeEventListener('resize', window._theme_header_listener)
window._theme_header_listener = handlResize;
window.addEventListener('resize', window._theme_header_listener);
}
init();
})();
${data.index + 1}/6
Description
SLAM AMR
The RFID AMR uses SLAM navigation to move forward, backward, and rotate in place. It can go to the bottom of trolly to lift and move the trolly. The AMR has compact structure, which can work in limited spaces. The product has a high degree of flexibility and scalability, and can be customized to the user's needs for customized configuration and function customization, which is suitable for applications in different scenarios, such as industrial automation, logistics and warehousing, hospital pick-up and drop-off, and so on.
Specification
Item
Data
Navigation method
QR code /SLAM
Dimensions
L822*W602*H265mm
Lifting Height
60mm
Drive Type
Differential drive
Walking Direction
Forward and reverse/left and right tur/ rotate in place