(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
JetBot Smart AI Kit Car Robot Powered by Jetson Nano Official Partner Support ROS Robot Operating System
Product Description
Smart robot is always the favorite project of electronic enthusiasts, however, a robot will be "not that smart" if it is not AI-based.
Welcome the JetBot, an actual smart robot powered by Jetson Nano. With the intelligent eye (front camera), facial recognition, object tracking, auto line following, and collision avoidance can be easily achieved. It also comes with ROS nodes code, which makes it easy to get started with the open source ROS (Robot Operating System), and to learn the system framework and concepts of ROS.
Package Content
Weight: 1.217 kg
Please properly keep the Jetson products' original packing box and accessories (if any) for warranty service, and the serial numbers on the product and packing box MUST be matched, otherwise, the original manufacturer will reject returning / repairing.
The power supply in this kit is for battery charging only, and will not power the Jetson Nano directly. If you want a stand-alone power supply for the Jetson Nano, please buy another 5V/4A power adapter.
The 18650 batteries are NOT included
Please note that the battery length SHOULD be less than 67mm, some batteries with protection plate in the market are NOT supported, learn more