{"product_id":"agibot-g1","title":"AGIBOT G1 General-Purpose Robot for Embodied-AI Data","description":"\u003cstyle\u003e\n  .sd-g1 {\n    --g1-ink: #14181d;\n    --g1-muted: #626a73;\n    --g1-paper: #f2f4f6;\n    --g1-white: #ffffff;\n    --g1-line: rgba(20, 24, 29, 0.14);\n    --g1-cyan: #61d7ff;\n    --g1-cyan-dark: #087ca8;\n    --g1-mint: #5ce0c2;\n    --g1-dark: #080b0f;\n    --g1-panel: #11171d;\n    --g1-radius: 28px;\n    width: 100%;\n    background: var(--g1-white);\n    color: var(--g1-ink);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 16px;\n    line-height: 1.6;\n  }\n\n  .sd-g1,\n  .sd-g1 * {\n    box-sizing: border-box;\n  }\n\n  .sd-g1 img,\n  .sd-g1 video {\n    display: block;\n    max-width: 100%;\n    height: auto;\n    border: 0;\n  }\n\n  .sd-g1 h2,\n  .sd-g1 h3,\n  .sd-g1 p,\n  .sd-g1 dl,\n  .sd-g1 dd,\n  .sd-g1 figure {\n    margin: 0;\n  }\n\n  .sd-g1 a {\n    color: inherit;\n  }\n\n  .sd-g1-wrap {\n    width: min(1240px, calc(100% - 48px));\n    margin-inline: auto;\n  }\n\n  .sd-g1-section {\n    padding: 96px 0;\n  }\n\n  .sd-g1-eyebrow {\n    margin-bottom: 14px !important;\n    color: var(--g1-cyan-dark) !important;\n    font-size: 12px !important;\n    font-weight: 820 !important;\n    line-height: 1.3 !important;\n    letter-spacing: 0.18em !important;\n    text-transform: uppercase !important;\n  }\n\n  .sd-g1-title {\n    color: var(--g1-ink) !important;\n    font-size: clamp(36px, 5vw, 66px) !important;\n    font-weight: 850 !important;\n    line-height: 1 !important;\n    letter-spacing: -0.055em !important;\n    overflow-wrap: anywhere;\n  }\n\n  .sd-g1-lead {\n    max-width: 820px;\n    margin-top: 24px !important;\n    color: var(--g1-muted) !important;\n    font-size: clamp(17px, 1.6vw, 21px) !important;\n    line-height: 1.62 !important;\n  }\n\n  .sd-g1-heading-center {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    max-width: 930px;\n    margin: 0 auto 48px;\n    text-align: center;\n  }\n\n  .sd-g1-heading-center .sd-g1-lead {\n    margin-inline: auto;\n  }\n\n  .sd-g1-button {\n    display: inline-flex !important;\n    min-height: 50px;\n    align-items: center;\n    justify-content: center;\n    padding: 13px 22px !important;\n    border: 1px solid var(--g1-cyan) !important;\n    border-radius: 999px !important;\n    background: var(--g1-cyan) !important;\n    color: #06151c !important;\n    font-size: 14px !important;\n    font-weight: 790 !important;\n    line-height: 1.2 !important;\n    text-align: center;\n    text-decoration: none !important;\n    transition: transform 180ms ease, background 180ms ease;\n  }\n\n  .sd-g1-button:hover,\n  .sd-g1-button:focus-visible {\n    background: #a5eaff !important;\n    transform: translateY(-1px);\n  }\n\n  .sd-g1-button-secondary {\n    border-color: rgba(255, 255, 255, 0.54) !important;\n    background: transparent !important;\n    color: var(--g1-white) !important;\n  }\n\n  .sd-g1-hero {\n    overflow: hidden;\n    background: var(--g1-dark);\n  }\n\n  .sd-g1-hero-grid {\n    display: grid;\n    grid-template-columns: minmax(390px, 0.9fr) minmax(0, 1.1fr);\n    min-height: 690px;\n  }\n\n  .sd-g1-hero-copy {\n    z-index: 1;\n    display: flex;\n    min-width: 0;\n    flex-direction: column;\n    align-items: flex-start;\n    justify-content: center;\n    padding: 72px max(34px, 5vw) 72px max(24px, 5vw);\n    background:\n      radial-gradient(circle at 4% 3%, rgba(97, 215, 255, 0.2), transparent 42%),\n      linear-gradient(135deg, #070b10, #14232c);\n  }\n\n  .sd-g1-wordmark {\n    color: var(--g1-white) !important;\n    font-size: 14px !important;\n    font-weight: 860 !important;\n    line-height: 1.2 !important;\n    letter-spacing: 0.26em !important;\n  }\n\n  .sd-g1-hero h2 {\n    margin-top: 20px !important;\n    color: var(--g1-white) !important;\n    font-size: clamp(86px, 10vw, 150px) !important;\n    font-weight: 880 !important;\n    line-height: 0.82 !important;\n    letter-spacing: -0.085em !important;\n  }\n\n  .sd-g1-hero-subtitle {\n    max-width: 590px;\n    margin-top: 30px !important;\n    color: var(--g1-white) !important;\n    font-size: clamp(25px, 3vw, 40px) !important;\n    font-weight: 770 !important;\n    line-height: 1.08 !important;\n    letter-spacing: -0.04em !important;\n  }\n\n  .sd-g1-hero-description {\n    max-width: 590px;\n    margin-top: 22px !important;\n    color: rgba(255, 255, 255, 0.76) !important;\n    font-size: 17px !important;\n    line-height: 1.65 !important;\n  }\n\n  .sd-g1-hero-actions,\n  .sd-g1-canada-actions {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-top: 30px;\n  }\n\n  .sd-g1-hero-media {\n    display: flex;\n    min-width: 0;\n    min-height: 690px;\n    align-items: center;\n    justify-content: center;\n    overflow: hidden;\n    background: #050607;\n  }\n\n  .sd-g1-hero-media video {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .sd-g1-facts {\n    border-top: 1px solid var(--g1-line);\n    border-bottom: 1px solid var(--g1-line);\n    background: var(--g1-white);\n  }\n\n  .sd-g1-facts-grid {\n    display: grid;\n    grid-template-columns: repeat(5, minmax(0, 1fr));\n  }\n\n  .sd-g1-fact {\n    min-width: 0;\n    padding: 28px 24px;\n    border-left: 1px solid var(--g1-line);\n  }\n\n  .sd-g1-fact:last-child {\n    border-right: 1px solid var(--g1-line);\n  }\n\n  .sd-g1-fact dt {\n    color: var(--g1-muted) !important;\n    font-size: 11px !important;\n    font-weight: 810 !important;\n    line-height: 1.3 !important;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .sd-g1-fact dd {\n    margin-top: 8px !important;\n    color: var(--g1-ink) !important;\n    font-size: clamp(25px, 2.8vw, 38px) !important;\n    font-weight: 850 !important;\n    line-height: 1.05 !important;\n    letter-spacing: -0.04em;\n  }\n\n  .sd-g1-fact small {\n    display: block;\n    margin-top: 8px;\n    color: var(--g1-muted);\n    font-size: 12px;\n    font-weight: 500;\n    line-height: 1.4;\n  }\n\n  .sd-g1-overview {\n    background: var(--g1-paper);\n  }\n\n  .sd-g1-split {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);\n    gap: clamp(42px, 6vw, 84px);\n    align-items: center;\n  }\n\n  .sd-g1-product-media,\n  .sd-g1-canada-media {\n    display: flex;\n    min-height: 610px;\n    align-items: center;\n    justify-content: center;\n    overflow: hidden;\n    padding: clamp(24px, 4vw, 56px);\n    border: 1px solid var(--g1-line);\n    border-radius: var(--g1-radius);\n    background:\n      radial-gradient(circle at 52% 46%, #ffffff 0, #dce8ec 72%);\n  }\n\n  .sd-g1-product-media img,\n  .sd-g1-canada-media img {\n    width: auto;\n    max-height: 650px;\n    object-fit: contain;\n  }\n\n  .sd-g1-copy \u003e p:not(.sd-g1-eyebrow) {\n    margin-top: 22px !important;\n    color: var(--g1-muted) !important;\n    font-size: 17px !important;\n  }\n\n  .sd-g1-pill-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 28px;\n  }\n\n  .sd-g1-pill {\n    padding: 15px 16px;\n    border: 1px solid var(--g1-line);\n    border-radius: 14px;\n    background: var(--g1-white);\n    color: var(--g1-ink);\n    font-size: 14px;\n    font-weight: 730;\n    line-height: 1.38;\n  }\n\n  .sd-g1-manipulation {\n    background: var(--g1-white);\n  }\n\n  .sd-g1-metric-grid {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n  }\n\n  .sd-g1-metric-card,\n  .sd-g1-feature-card,\n  .sd-g1-plan-card,\n  .sd-g1-scenario-card {\n    min-width: 0;\n    padding: 26px;\n    border: 1px solid var(--g1-line);\n    border-radius: 20px;\n    background: var(--g1-white);\n  }\n\n  .sd-g1-metric-card strong {\n    display: block;\n    color: var(--g1-cyan-dark);\n    font-size: clamp(28px, 3vw, 44px);\n    font-weight: 860;\n    line-height: 1;\n    letter-spacing: -0.05em;\n  }\n\n  .sd-g1-metric-card h3,\n  .sd-g1-feature-card h3,\n  .sd-g1-plan-card h3,\n  .sd-g1-scenario-card h3,\n  .sd-g1-media-copy h3 {\n    margin-top: 13px !important;\n    color: var(--g1-ink) !important;\n    font-size: 19px !important;\n    font-weight: 790 !important;\n    line-height: 1.28 !important;\n  }\n\n  .sd-g1-metric-card p,\n  .sd-g1-feature-card p,\n  .sd-g1-plan-card p,\n  .sd-g1-scenario-card p,\n  .sd-g1-media-copy p {\n    margin-top: 10px !important;\n    color: var(--g1-muted) !important;\n    font-size: 14px !important;\n    line-height: 1.58 !important;\n  }\n\n  .sd-g1-note {\n    margin-top: 24px !important;\n    padding: 18px 20px;\n    border-left: 4px solid var(--g1-cyan-dark);\n    border-radius: 0 12px 12px 0;\n    background: rgba(97, 215, 255, 0.13);\n    color: #33454e !important;\n    font-size: 14px !important;\n    line-height: 1.62 !important;\n  }\n\n  .sd-g1-operations {\n    background:\n      radial-gradient(circle at 86% 10%, rgba(97, 215, 255, 0.16), transparent 34%),\n      var(--g1-dark);\n    color: var(--g1-white);\n  }\n\n  .sd-g1-operations .sd-g1-eyebrow,\n  .sd-g1-data .sd-g1-eyebrow,\n  .sd-g1-reliability .sd-g1-eyebrow {\n    color: var(--g1-cyan) !important;\n  }\n\n  .sd-g1-operations .sd-g1-title,\n  .sd-g1-data .sd-g1-title,\n  .sd-g1-reliability .sd-g1-title {\n    color: var(--g1-white) !important;\n  }\n\n  .sd-g1-operations .sd-g1-lead,\n  .sd-g1-data .sd-g1-lead,\n  .sd-g1-reliability .sd-g1-lead {\n    color: rgba(255, 255, 255, 0.72) !important;\n  }\n\n  .sd-g1-dark-media {\n    overflow: hidden;\n    margin-top: 44px !important;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--g1-radius);\n    background: #050505;\n  }\n\n  .sd-g1-dark-media video,\n  .sd-g1-dark-media img {\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .sd-g1-scenario-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 28px;\n  }\n\n  .sd-g1-scenario-card {\n    border-color: rgba(255, 255, 255, 0.15);\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .sd-g1-scenario-card h3 {\n    margin-top: 0 !important;\n    color: var(--g1-white) !important;\n    font-size: 24px !important;\n  }\n\n  .sd-g1-scenario-card p {\n    color: rgba(255, 255, 255, 0.68) !important;\n  }\n\n  .sd-g1-data {\n    background: var(--g1-panel);\n    color: var(--g1-white);\n  }\n\n  .sd-g1-data-grid {\n    display: grid;\n    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);\n    gap: clamp(42px, 6vw, 76px);\n    align-items: center;\n  }\n\n  .sd-g1-data-copy \u003e p:not(.sd-g1-eyebrow) {\n    margin-top: 22px !important;\n    color: rgba(255, 255, 255, 0.72) !important;\n    font-size: 17px !important;\n  }\n\n  .sd-g1-data-media {\n    overflow: hidden;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--g1-radius);\n    background: #050505;\n  }\n\n  .sd-g1-data-media video {\n    width: 100%;\n    height: auto;\n  }\n\n  .sd-g1-flow {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 36px;\n  }\n\n  .sd-g1-flow-step {\n    position: relative;\n    min-width: 0;\n    padding: 20px 18px;\n    border: 1px solid rgba(255, 255, 255, 0.15);\n    border-radius: 16px;\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .sd-g1-flow-step span,\n  .sd-g1-flow-step strong {\n    display: block;\n  }\n\n  .sd-g1-flow-step span {\n    color: var(--g1-cyan);\n    font-size: 11px;\n    font-weight: 840;\n    letter-spacing: 0.14em;\n  }\n\n  .sd-g1-flow-step strong {\n    margin-top: 10px;\n    color: var(--g1-white);\n    font-size: 15px;\n    line-height: 1.35;\n  }\n\n  .sd-g1-flow-step small {\n    display: block;\n    margin-top: 8px;\n    color: rgba(255, 255, 255, 0.62);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .sd-g1-ecosystem-note {\n    margin-top: 26px !important;\n    padding: 18px 20px;\n    border: 1px solid rgba(97, 215, 255, 0.3);\n    border-radius: 15px;\n    background: rgba(97, 215, 255, 0.08);\n    color: rgba(255, 255, 255, 0.76) !important;\n    font-size: 14px !important;\n  }\n\n  .sd-g1-perception {\n    background: var(--g1-paper);\n  }\n\n  .sd-g1-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 28px;\n  }\n\n  .sd-g1-feature-label {\n    color: var(--g1-cyan-dark);\n    font-size: 11px;\n    font-weight: 830;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .sd-g1-media-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin-top: 44px;\n  }\n\n  .sd-g1-media-card {\n    overflow: hidden;\n    border: 1px solid var(--g1-line);\n    border-radius: var(--g1-radius);\n    background: var(--g1-white);\n  }\n\n  .sd-g1-media-card figure {\n    overflow: hidden;\n    background: #050505;\n  }\n\n  .sd-g1-media-card img,\n  .sd-g1-media-card video {\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .sd-g1-media-copy {\n    padding: 26px;\n  }\n\n  .sd-g1-media-copy h3 {\n    margin-top: 0 !important;\n    font-size: 24px !important;\n  }\n\n  .sd-g1-safety {\n    background: var(--g1-white);\n  }\n\n  .sd-g1-safety-media {\n    overflow: hidden;\n    border: 1px solid var(--g1-line);\n    border-radius: var(--g1-radius);\n    background: #050505;\n  }\n\n  .sd-g1-safety-media img {\n    width: 100%;\n    height: auto;\n  }\n\n  .sd-g1-safety-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 28px;\n  }\n\n  .sd-g1-safety-item {\n    padding: 17px;\n    border: 1px solid var(--g1-line);\n    border-radius: 15px;\n    background: var(--g1-paper);\n    color: var(--g1-ink);\n    font-size: 14px;\n    font-weight: 730;\n    line-height: 1.4;\n  }\n\n  .sd-g1-reliability {\n    background: var(--g1-dark);\n    color: var(--g1-white);\n  }\n\n  .sd-g1-reliability-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n  }\n\n  .sd-g1-reliability-card {\n    overflow: hidden;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--g1-radius);\n    background: rgba(255, 255, 255, 0.05);\n  }\n\n  .sd-g1-reliability-card figure {\n    background: #050505;\n  }\n\n  .sd-g1-reliability-card img,\n  .sd-g1-reliability-card video {\n    width: 100%;\n    height: auto;\n  }\n\n  .sd-g1-reliability-copy {\n    padding: 28px;\n  }\n\n  .sd-g1-reliability-copy h3 {\n    color: var(--g1-white) !important;\n    font-size: 26px !important;\n    font-weight: 800 !important;\n    line-height: 1.2 !important;\n  }\n\n  .sd-g1-reliability-copy p {\n    margin-top: 12px !important;\n    color: rgba(255, 255, 255, 0.68) !important;\n    font-size: 14px !important;\n  }\n\n  .sd-g1-specs {\n    background: var(--g1-paper);\n  }\n\n  .sd-g1-table-hint {\n    display: none;\n    margin-bottom: 10px !important;\n    color: var(--g1-muted) !important;\n    font-size: 13px !important;\n  }\n\n  .sd-g1-table-shell {\n    overflow-x: auto;\n    border: 1px solid var(--g1-line);\n    border-radius: 20px;\n    background: var(--g1-white);\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .sd-g1-table {\n    width: 100%;\n    min-width: 760px;\n    border-collapse: collapse;\n  }\n\n  .sd-g1-table caption {\n    padding: 18px 22px;\n    border-bottom: 1px solid var(--g1-line);\n    color: var(--g1-muted);\n    font-size: 12px;\n    text-align: left;\n  }\n\n  .sd-g1-table th,\n  .sd-g1-table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--g1-line);\n    vertical-align: top;\n    text-align: left;\n  }\n\n  .sd-g1-table thead th {\n    background: var(--g1-dark);\n    color: var(--g1-white);\n    font-size: 13px;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n  }\n\n  .sd-g1-table tbody \u003e tr \u003e th[scope=\"row\"] {\n    width: 31%;\n    color: var(--g1-ink);\n    font-size: 14px;\n    font-weight: 770;\n  }\n\n  .sd-g1-table td {\n    color: #3e4850;\n    font-size: 14px;\n  }\n\n  .sd-g1-table td small {\n    display: block;\n    margin-top: 5px;\n    color: var(--g1-muted);\n    line-height: 1.5;\n  }\n\n  .sd-g1-rowgroup {\n    background: #dfeef3;\n    color: #14516a;\n    font-size: 12px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .sd-g1-planning {\n    background: #e8f4f7;\n  }\n\n  .sd-g1-plan-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 16px;\n  }\n\n  .sd-g1-canada {\n    background:\n      radial-gradient(circle at 82% 18%, rgba(97, 215, 255, 0.2), transparent 34%),\n      var(--g1-dark);\n    color: var(--g1-white);\n  }\n\n  .sd-g1-canada .sd-g1-eyebrow {\n    color: var(--g1-cyan) !important;\n  }\n\n  .sd-g1-canada .sd-g1-title {\n    color: var(--g1-white) !important;\n  }\n\n  .sd-g1-canada-copy \u003e p:not(.sd-g1-eyebrow) {\n    margin-top: 22px !important;\n    color: rgba(255, 255, 255, 0.74) !important;\n    font-size: 17px !important;\n  }\n\n  .sd-g1-canada-location {\n    padding: 18px 20px;\n    border: 1px solid rgba(255, 255, 255, 0.16);\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .sd-g1-canada-location a,\n  .sd-g1-faq-answer a,\n  .sd-g1-source a {\n    text-decoration: underline;\n    text-underline-offset: 3px;\n  }\n\n  .sd-g1-canada-media {\n    border-color: rgba(255, 255, 255, 0.14);\n    background: linear-gradient(145deg, #eef5f6, #b9d1d8);\n  }\n\n  .sd-g1-faq {\n    background: var(--g1-white);\n  }\n\n  .sd-g1-faq-list {\n    max-width: 980px;\n    margin-inline: auto;\n    border-top: 1px solid var(--g1-line);\n  }\n\n  .sd-g1-faq-list details {\n    border-bottom: 1px solid var(--g1-line);\n  }\n\n  .sd-g1-faq-list summary {\n    padding: 22px 42px 22px 0;\n    color: var(--g1-ink);\n    font-size: 18px;\n    font-weight: 750;\n    line-height: 1.4;\n    cursor: pointer;\n  }\n\n  .sd-g1-faq-list summary:focus-visible {\n    outline: 3px solid var(--g1-cyan-dark);\n    outline-offset: 4px;\n    border-radius: 6px;\n  }\n\n  .sd-g1-faq-answer {\n    max-width: 900px;\n    padding: 0 42px 22px 0;\n    color: var(--g1-muted) !important;\n    font-size: 15px !important;\n    line-height: 1.7 !important;\n  }\n\n  .sd-g1-source {\n    max-width: 980px;\n    margin: 40px auto 0 !important;\n    padding-top: 22px;\n    border-top: 1px solid var(--g1-line);\n    color: var(--g1-muted) !important;\n    font-size: 12px !important;\n    line-height: 1.68 !important;\n  }\n\n  @media (max-width: 1040px) {\n    .sd-g1-hero-grid {\n      grid-template-columns: minmax(0, 1fr);\n      min-height: 0;\n    }\n\n    .sd-g1-hero-media {\n      min-height: 0;\n    }\n\n    .sd-g1-hero-media video {\n      width: 100%;\n      height: auto;\n      object-fit: contain;\n    }\n\n    .sd-g1-facts-grid {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .sd-g1-fact:nth-child(4),\n    .sd-g1-fact:nth-child(5) {\n      border-top: 1px solid var(--g1-line);\n    }\n\n    .sd-g1-metric-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .sd-g1-flow {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .sd-g1-feature-grid,\n    .sd-g1-plan-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 820px) {\n    .sd-g1-wrap {\n      width: min(100% - 32px, 700px);\n    }\n\n    .sd-g1-section {\n      padding: 72px 0;\n    }\n\n    .sd-g1-hero-grid,\n    .sd-g1-split,\n    .sd-g1-data-grid {\n      grid-template-columns: minmax(0, 1fr);\n    }\n\n    .sd-g1-hero-grid {\n      min-height: 0;\n    }\n\n    .sd-g1-hero-copy {\n      order: 1;\n      padding: 62px 24px;\n    }\n\n    .sd-g1-hero-media {\n      order: 2;\n      min-height: 0;\n    }\n\n    .sd-g1-hero-media video {\n      width: 100%;\n      height: auto;\n      object-fit: contain;\n    }\n\n    .sd-g1-hero h2 {\n      font-size: clamp(76px, 24vw, 126px) !important;\n    }\n\n    .sd-g1-product-media,\n    .sd-g1-canada-media {\n      min-height: 0;\n    }\n\n    .sd-g1-data-media {\n      order: 2;\n    }\n\n    .sd-g1-media-grid,\n    .sd-g1-reliability-grid {\n      grid-template-columns: minmax(0, 1fr);\n    }\n\n    .sd-g1-table-hint {\n      display: block;\n    }\n  }\n\n  @media (max-width: 620px) {\n    .sd-g1-wrap {\n      width: min(100% - 24px, 560px);\n    }\n\n    .sd-g1-section {\n      padding: 58px 0;\n    }\n\n    .sd-g1-title {\n      font-size: clamp(33px, 11vw, 48px) !important;\n      line-height: 1.04 !important;\n    }\n\n    .sd-g1-heading-center {\n      align-items: flex-start;\n      margin-bottom: 32px;\n      text-align: left;\n    }\n\n    .sd-g1-heading-center .sd-g1-lead {\n      margin-inline: 0;\n    }\n\n    .sd-g1-hero-copy {\n      padding: 52px 18px;\n    }\n\n    .sd-g1-hero-actions,\n    .sd-g1-canada-actions {\n      width: 100%;\n      flex-direction: column;\n    }\n\n    .sd-g1-button {\n      width: 100%;\n    }\n\n    .sd-g1-facts-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .sd-g1-fact {\n      padding: 20px 14px;\n    }\n\n    .sd-g1-fact:nth-child(n + 3) {\n      border-top: 1px solid var(--g1-line);\n    }\n\n    .sd-g1-fact:last-child {\n      grid-column: 1 \/ -1;\n    }\n\n    .sd-g1-pill-grid,\n    .sd-g1-metric-grid,\n    .sd-g1-scenario-grid,\n    .sd-g1-flow,\n    .sd-g1-feature-grid,\n    .sd-g1-safety-list,\n    .sd-g1-plan-grid {\n      grid-template-columns: minmax(0, 1fr);\n    }\n\n    .sd-g1-product-media,\n    .sd-g1-canada-media {\n      padding: 20px;\n      border-radius: 18px;\n    }\n\n    .sd-g1-product-media img,\n    .sd-g1-canada-media img {\n      width: 100%;\n      max-height: none;\n      object-fit: contain;\n    }\n\n    .sd-g1-dark-media,\n    .sd-g1-data-media,\n    .sd-g1-media-card,\n    .sd-g1-safety-media,\n    .sd-g1-reliability-card {\n      border-radius: 18px;\n    }\n\n    .sd-g1-metric-card,\n    .sd-g1-feature-card,\n    .sd-g1-plan-card,\n    .sd-g1-scenario-card {\n      padding: 21px;\n    }\n\n    .sd-g1-faq-list summary {\n      padding-right: 18px;\n      font-size: 16px;\n    }\n\n    .sd-g1-faq-answer {\n      padding-right: 18px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .sd-g1-button {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"sd-g1\" aria-label=\"AGIBOT G1 product information\"\u003e\n  \u003csection class=\"sd-g1-hero\"\u003e\n    \u003cdiv class=\"sd-g1-hero-grid\"\u003e\n      \u003cdiv class=\"sd-g1-hero-copy\"\u003e\n        \u003cp class=\"sd-g1-wordmark\"\u003eAGIBOT\u003c\/p\u003e\n        \u003ch2\u003eG1\u003c\/h2\u003e\n        \u003cp class=\"sd-g1-hero-subtitle\"\u003eUniversal embodied intelligence on a mobile manipulation platform\u003c\/p\u003e\n        \u003cp class=\"sd-g1-hero-description\"\u003e\n          Adjustable-height dual-arm operation, native data collection, multidimensional perception and a wheeled\n          chassis for embodied-AI research, model inference and project integration.\n        \u003c\/p\u003e\n        \u003cdiv class=\"sd-g1-hero-actions\"\u003e\n          \u003ca class=\"sd-g1-button\" href=\"#sd-g1-specs\"\u003eReview verified specifications\u003c\/a\u003e\n          \u003ca class=\"sd-g1-button sd-g1-button-secondary\" href=\"https:\/\/www.speedydrone.ca\/pages\/contact\"\u003eRequest a Canadian project quote\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cfigure class=\"sd-g1-hero-media\"\u003e\n        \u003cvideo autoplay muted loop playsinline preload=\"metadata\" poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1242\/1001\/files\/agibot-g1-02-hero-poster.jpg?v=1785615943\" aria-label=\"AGIBOT G1 universal embodied intelligent robot presentation\" width=\"1920\" height=\"1080\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fe3579ba05724f339e3e23fcf68862ef.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n      \u003c\/figure\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sd-g1-facts\" aria-label=\"AGIBOT G1 key manufacturer figures\"\u003e\n    \u003cdl class=\"sd-g1-wrap sd-g1-facts-grid\"\u003e\n      \u003cdiv class=\"sd-g1-fact\"\u003e\n        \u003cdt\u003eAdjustable height\u003c\/dt\u003e\n        \u003cdd\u003e130–180 cm\u003c\/dd\u003e\n        \u003csmall\u003eManufacturer-published range\u003c\/small\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sd-g1-fact\"\u003e\n        \u003cdt\u003eTotal robot DoF\u003c\/dt\u003e\n        \u003cdd\u003e26\u003c\/dd\u003e\n        \u003csmall\u003e20 excluding end effector\u003c\/small\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sd-g1-fact\"\u003e\n        \u003cdt\u003eRuntime\u003c\/dt\u003e\n        \u003cdd\u003e4 h+\u003c\/dd\u003e\n        \u003csmall\u003eManufacturer-listed; test conditions not published\u003c\/small\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sd-g1-fact\"\u003e\n        \u003cdt\u003eRobot weight\u003c\/dt\u003e\n        \u003cdd\u003e150 kg\u003c\/dd\u003e\n        \u003csmall\u003eSite access and floor loading matter\u003c\/small\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sd-g1-fact\"\u003e\n        \u003cdt\u003eEdge compute\u003c\/dt\u003e\n        \u003cdd\u003eOrin 64GB\u003c\/dd\u003e\n        \u003csmall\u003eJetson AGX Orin platform\u003c\/small\u003e\n      \u003c\/div\u003e\n    \u003c\/dl\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sd-g1-section sd-g1-overview\"\u003e\n    \u003cdiv class=\"sd-g1-wrap sd-g1-split\"\u003e\n      \u003cfigure class=\"sd-g1-product-media\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1242\/1001\/files\/agibot-g1-03-product-overview.png?v=1785615944\" alt=\"AGIBOT G1 adjustable-height dual-arm mobile embodied intelligent robot\" width=\"764\" height=\"1200\" loading=\"lazy\"\u003e\n      \u003c\/figure\u003e\n      \u003cdiv class=\"sd-g1-copy\"\u003e\n        \u003cp class=\"sd-g1-eyebrow\"\u003eGeneral-purpose robot platform\u003c\/p\u003e\n        \u003ch2 class=\"sd-g1-title\"\u003eWhat is the AGIBOT G1?\u003c\/h2\u003e\n        \u003cp\u003e\n          AGIBOT describes G1 as a general-purpose robot for data collection and model inference. Its\n          architecture combines an elevating body, dual-arm manipulation, force sensing and a wheeled\n          chassis in a 150 kg platform.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          The manufacturer positions G1 for industrial, commercial and domestic scenarios. Those are\n          project directions rather than promises of ready-made tasks: each deployment still depends on\n          end-effectors, software, training data, integration and site safety validation.\n        \u003c\/p\u003e\n        \u003cdiv class=\"sd-g1-pill-grid\" aria-label=\"AGIBOT G1 platform capabilities\"\u003e\n          \u003cdiv class=\"sd-g1-pill\"\u003eAdjustable-height mobile manipulation\u003c\/div\u003e\n          \u003cdiv class=\"sd-g1-pill\"\u003eVR or motion-capture teleoperation\u003c\/div\u003e\n          \u003cdiv class=\"sd-g1-pill\"\u003eFull-body joint-data recording\u003c\/div\u003e\n          \u003cdiv class=\"sd-g1-pill\"\u003eReal-time monitoring and OTA updates\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sd-g1-section sd-g1-manipulation\"\u003e\n    \u003cdiv class=\"sd-g1-wrap\"\u003e\n      \u003cdiv class=\"sd-g1-heading-center\"\u003e\n        \u003cp class=\"sd-g1-eyebrow\"\u003eWorking envelope and manipulation\u003c\/p\u003e\n        \u003ch2 class=\"sd-g1-title\"\u003eReach, adjust and collect physical interaction data\u003c\/h2\u003e\n        \u003cp class=\"sd-g1-lead\"\u003e\n          The elevating body extends the operating envelope while force sensing and configurable\n          end-effectors support manipulation and embodied-data projects.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sd-g1-metric-grid\"\u003e\n        \u003carticle class=\"sd-g1-metric-card\"\u003e\n          \u003cstrong\u003e\u0026gt;2 m\u003c\/strong\u003e\n          \u003ch3\u003eWorking height\u003c\/h3\u003e\n          \u003cp\u003eThe manufacturer lists a working height above two metres; the measurement method is not published.\u003c\/p\u003e\n        \u003c\/article\u003e\n        \u003carticle class=\"sd-g1-metric-card\"\u003e\n          \u003cstrong\u003e70 cm\u003c\/strong\u003e\n          \u003ch3\u003eSingle-arm reach\u003c\/h3\u003e\n          \u003cp\u003eThe English page says “Span”; the official Japanese page identifies this as one-arm reach.\u003c\/p\u003e\n        \u003c\/article\u003e\n        \u003carticle class=\"sd-g1-metric-card\"\u003e\n          \u003cstrong\u003e3 kg\u003c\/strong\u003e\n          \u003ch3\u003eContinuous one-arm hold\u003c\/h3\u003e\n          \u003cp\u003eAn official single-arm operating example, not a whole-robot or two-arm maximum payload rating.\u003c\/p\u003e\n        \u003c\/article\u003e\n        \u003carticle class=\"sd-g1-metric-card\"\u003e\n          \u003cstrong\u003e6-axis\u003c\/strong\u003e\n          \u003ch3\u003eForce sensing\u003c\/h3\u003e\n          \u003cp\u003eAGIBOT describes six-axis force sensors on both arms for fine force-control development.\u003c\/p\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sd-g1-feature-grid\"\u003e\n        \u003carticle class=\"sd-g1-feature-card\"\u003e\n          \u003cspan class=\"sd-g1-feature-label\"\u003eRobot body\u003c\/span\u003e\n          \u003ch3\u003e20 DoF excluding the end effector\u003c\/h3\u003e\n          \u003cp\u003eThe manufacturer specification separates body degrees of freedom from the end-effector configuration.\u003c\/p\u003e\n        \u003c\/article\u003e\n        \u003carticle class=\"sd-g1-feature-card\"\u003e\n          \u003cspan class=\"sd-g1-feature-label\"\u003eFull configuration\u003c\/span\u003e\n          \u003ch3\u003e26 total DoF\u003c\/h3\u003e\n          \u003cp\u003eThe official feature copy describes 26 total robot degrees of freedom.\u003c\/p\u003e\n        \u003c\/article\u003e\n        \u003carticle class=\"sd-g1-feature-card\"\u003e\n          \u003cspan class=\"sd-g1-feature-label\"\u003eEnd effector\u003c\/span\u003e\n          \u003ch3\u003e6-DoF configuration\u003c\/h3\u003e\n          \u003cp\u003eAGIBOT says the end effector can be replaced with a two-finger gripper; inclusion is not specified.\u003c\/p\u003e\n        \u003c\/article\u003e\n        \u003carticle class=\"sd-g1-feature-card\"\u003e\n          \u003cspan class=\"sd-g1-feature-label\"\u003eHead movement\u003c\/span\u003e\n          \u003ch3\u003eHorizontal and vertical rotation\u003c\/h3\u003e\n          \u003cp\u003eHead movement expands perception positioning across the working envelope.\u003c\/p\u003e\n        \u003c\/article\u003e\n        \u003carticle class=\"sd-g1-feature-card\"\u003e\n          \u003cspan class=\"sd-g1-feature-label\"\u003eWaist movement\u003c\/span\u003e\n          \u003ch3\u003ePitch, extension and elevation\u003c\/h3\u003e\n          \u003cp\u003eThe body can bend, extend, rise and lower as described by the manufacturer.\u003c\/p\u003e\n        \u003c\/article\u003e\n        \u003carticle class=\"sd-g1-feature-card\"\u003e\n          \u003cspan class=\"sd-g1-feature-label\"\u003eConfiguration rule\u003c\/span\u003e\n          \u003ch3\u003eMatch the tool to the task\u003c\/h3\u003e\n          \u003cp\u003eEnd-effector hardware, control software and task capability must be confirmed in the project quotation.\u003c\/p\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sd-g1-section sd-g1-operations\"\u003e\n    \u003cdiv class=\"sd-g1-wrap\"\u003e\n      \u003cdiv class=\"sd-g1-heading-center\"\u003e\n        \u003cp class=\"sd-g1-eyebrow\"\u003eMulti-scenario operation\u003c\/p\u003e\n        \u003ch2 class=\"sd-g1-title\"\u003eA mobile base for varied project environments\u003c\/h2\u003e\n        \u003cp class=\"sd-g1-lead\"\u003e\n          G1 supports in-place chassis turning and manufacturer-listed obstacle crossing up to 20 mm.\n          AGIBOT also states that it can navigate 95% of factory pathways, without publishing the test method.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cfigure class=\"sd-g1-dark-media\"\u003e\n        \u003cvideo muted controls playsinline preload=\"metadata\" poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1242\/1001\/files\/agibot-g1-05-multi-scenario-operations-poster.jpg?v=1785615944\" aria-label=\"AGIBOT G1 multi-scenario operation demonstration\" width=\"1280\" height=\"720\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/ed6d32e8554842c3b154a48be0c95548.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n      \u003c\/figure\u003e\n      \u003cdiv class=\"sd-g1-scenario-grid\"\u003e\n        \u003carticle class=\"sd-g1-scenario-card\"\u003e\n          \u003ch3\u003eIndustrial\u003c\/h3\u003e\n          \u003cp\u003eDefine aisle clearance, thresholds, floor loading, task tools, traffic separation and production-system interfaces.\u003c\/p\u003e\n        \u003c\/article\u003e\n        \u003carticle class=\"sd-g1-scenario-card\"\u003e\n          \u003ch3\u003eCommercial\u003c\/h3\u003e\n          \u003cp\u003eReview public interaction risk, route control, privacy, scheduling and operator responsibilities.\u003c\/p\u003e\n        \u003c\/article\u003e\n        \u003carticle class=\"sd-g1-scenario-card\"\u003e\n          \u003ch3\u003eDomestic scenarios\u003c\/h3\u003e\n          \u003cp\u003eManufacturer positioning does not make G1 a consumer appliance; a controlled project environment is still required.\u003c\/p\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"sd-g1-note\"\u003e\n        The 95% factory-pathway statement is a manufacturer claim without a published test environment.\n        Doorways, aisles, floor loading, slopes, thresholds and route safety must be measured at the Canadian site.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sd-g1-section sd-g1-data\"\u003e\n    \u003cdiv class=\"sd-g1-wrap sd-g1-data-grid\"\u003e\n      \u003cdiv class=\"sd-g1-data-copy\"\u003e\n        \u003cp class=\"sd-g1-eyebrow\"\u003eNative data collection\u003c\/p\u003e\n        \u003ch2 class=\"sd-g1-title\"\u003eFrom teleoperation to reviewed embodied data\u003c\/h2\u003e\n        \u003cp\u003e\n          AGIBOT describes precise VR or motion-capture teleoperation with millisecond-level latency and\n          full-body joint-data recording. No exact latency figure or network test condition is published for G1.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          The data pipeline combines edge-cloud collection, automated validation, manual review and\n          asynchronous cloud transfer, with local data backlog described as limited to under two hours.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cfigure class=\"sd-g1-data-media\"\u003e\n        \u003cvideo muted controls playsinline preload=\"metadata\" poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1242\/1001\/files\/agibot-g1-07-native-data-collection-poster.jpg\" aria-label=\"AGIBOT G1 native embodied data collection workflow\" width=\"1280\" height=\"720\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/b08bc5e5bd5a4f6eb9152fe9414c797d.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n      \u003c\/figure\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"sd-g1-wrap\"\u003e\n      \u003cdiv class=\"sd-g1-flow\" aria-label=\"AGIBOT G1 data collection workflow\"\u003e\n        \u003cdiv class=\"sd-g1-flow-step\"\u003e\n          \u003cspan\u003eSTEP 01\u003c\/span\u003e\n          \u003cstrong\u003eVR \/ Motion Capture\u003c\/strong\u003e\n          \u003csmall\u003eTeleoperate the configured robot and data-capture equipment.\u003c\/small\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"sd-g1-flow-step\"\u003e\n          \u003cspan\u003eSTEP 02\u003c\/span\u003e\n          \u003cstrong\u003eFull-Body Recording\u003c\/strong\u003e\n          \u003csmall\u003eRecord manufacturer-described full-body joint data.\u003c\/small\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"sd-g1-flow-step\"\u003e\n          \u003cspan\u003eSTEP 03\u003c\/span\u003e\n          \u003cstrong\u003eValidation \u0026amp; Review\u003c\/strong\u003e\n          \u003csmall\u003eCombine automated validation with manual quality review.\u003c\/small\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"sd-g1-flow-step\"\u003e\n          \u003cspan\u003eSTEP 04\u003c\/span\u003e\n          \u003cstrong\u003eCloud Transfer\u003c\/strong\u003e\n          \u003csmall\u003eTransfer asynchronously within the configured data environment.\u003c\/small\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"sd-g1-ecosystem-note\"\u003e\n        G1 may be configured within AGIBOT's AIDEA data-collection ecosystem. Motion-capture or\n        teleoperation hardware, software, licensing, cloud services, data rights and integration are\n        separate project-scope items unless the written quotation explicitly includes them.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sd-g1-section sd-g1-perception\"\u003e\n    \u003cdiv class=\"sd-g1-wrap\"\u003e\n      \u003cdiv class=\"sd-g1-heading-center\"\u003e\n        \u003cp class=\"sd-g1-eyebrow\"\u003eMultidimensional perception\u003c\/p\u003e\n        \u003ch2 class=\"sd-g1-title\"\u003eVision, depth, LiDAR and force sensing\u003c\/h2\u003e\n        \u003cp class=\"sd-g1-lead\"\u003e\n          G1 combines environmental perception with arm-level force feedback. Sensor count is presented\n          exactly by source layer because the official descriptions should not be added together.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sd-g1-media-grid\"\u003e\n        \u003carticle class=\"sd-g1-media-card\"\u003e\n          \u003cfigure\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1242\/1001\/files\/agibot-g1-08-multidimensional-perception.png?v=1785615944\" alt=\"AGIBOT G1 multidimensional camera, depth and force perception illustration\" width=\"1500\" height=\"840\" loading=\"lazy\"\u003e\n          \u003c\/figure\u003e\n          \u003cdiv class=\"sd-g1-media-copy\"\u003e\n            \u003ch3\u003eUpper-body and arm perception\u003c\/h3\u003e\n            \u003cp\u003eFeature copy describes eight high-resolution upper-body cameras plus six-axis force sensing on both arms.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n        \u003carticle class=\"sd-g1-media-card\"\u003e\n          \u003cfigure\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1242\/1001\/files\/agibot-g1-09-comprehensive-safety.png?v=1785615944\" alt=\"AGIBOT G1 chassis obstacle avoidance and safety-route illustration\" width=\"1500\" height=\"840\" loading=\"lazy\"\u003e\n          \u003c\/figure\u003e\n          \u003cdiv class=\"sd-g1-media-copy\"\u003e\n            \u003ch3\u003eChassis perception\u003c\/h3\u003e\n            \u003cp\u003eThe official feature copy describes front and rear chassis RGB-D coverage plus LiDAR for obstacle avoidance.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sd-g1-feature-grid\"\u003e\n        \u003carticle class=\"sd-g1-feature-card\"\u003e\n          \u003cspan class=\"sd-g1-feature-label\"\u003eSpecification row\u003c\/span\u003e\n          \u003ch3\u003eRGB-D camera ×3\u003c\/h3\u003e\n          \u003cp\u003eThree RGB-D cameras are listed in the manufacturer specification.\u003c\/p\u003e\n        \u003c\/article\u003e\n        \u003carticle class=\"sd-g1-feature-card\"\u003e\n          \u003cspan class=\"sd-g1-feature-label\"\u003eSpecification row\u003c\/span\u003e\n          \u003ch3\u003eFisheye camera ×5\u003c\/h3\u003e\n          \u003cp\u003eFive fisheye cameras are listed alongside the RGB-D camera count.\u003c\/p\u003e\n        \u003c\/article\u003e\n        \u003carticle class=\"sd-g1-feature-card\"\u003e\n          \u003cspan class=\"sd-g1-feature-label\"\u003eChassis feature copy\u003c\/span\u003e\n          \u003ch3\u003eFront\/rear RGB-D + LiDAR\u003c\/h3\u003e\n          \u003cp\u003eAGIBOT separately describes chassis sensing for obstacle avoidance.\u003c\/p\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"sd-g1-note\"\u003e\n        Do not infer a total camera count from the two sections. Final sensor placement and the supplied\n        G1 hardware revision should be confirmed in the written configuration.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sd-g1-section sd-g1-safety\"\u003e\n    \u003cdiv class=\"sd-g1-wrap sd-g1-split\"\u003e\n      \u003cdiv class=\"sd-g1-copy\"\u003e\n        \u003cp class=\"sd-g1-eyebrow\"\u003eComprehensive safety functions\u003c\/p\u003e\n        \u003ch2 class=\"sd-g1-title\"\u003eSafeguards support — but do not replace — site controls\u003c\/h2\u003e\n        \u003cp\u003e\n          AGIBOT lists fault-triggered operation stop and alarm, collision protection, an emergency-stop\n          button and chassis obstacle avoidance. These functions do not promise collision-free or risk-free operation.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          A deployment still requires a task risk assessment, approved operating zone, operator training,\n          emergency procedures, people separation and validation of the end effector and software behaviour.\n        \u003c\/p\u003e\n        \u003cdiv class=\"sd-g1-safety-list\" aria-label=\"AGIBOT G1 manufacturer-listed safety functions\"\u003e\n          \u003cdiv class=\"sd-g1-safety-item\"\u003eFault-stop and alarm\u003c\/div\u003e\n          \u003cdiv class=\"sd-g1-safety-item\"\u003eCollision protection\u003c\/div\u003e\n          \u003cdiv class=\"sd-g1-safety-item\"\u003eEmergency-stop button\u003c\/div\u003e\n          \u003cdiv class=\"sd-g1-safety-item\"\u003eChassis obstacle avoidance\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cfigure class=\"sd-g1-safety-media\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1242\/1001\/files\/agibot-g1-09-comprehensive-safety.png?v=1785615944\" alt=\"AGIBOT G1 route and obstacle-avoidance safety illustration\" width=\"1500\" height=\"840\" loading=\"lazy\"\u003e\n      \u003c\/figure\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sd-g1-section sd-g1-reliability\"\u003e\n    \u003cdiv class=\"sd-g1-wrap\"\u003e\n      \u003cdiv class=\"sd-g1-heading-center\"\u003e\n        \u003cp class=\"sd-g1-eyebrow\"\u003eOperation and maintenance\u003c\/p\u003e\n        \u003ch2 class=\"sd-g1-title\"\u003eMonitor the platform and maintain the data workflow\u003c\/h2\u003e\n        \u003cp class=\"sd-g1-lead\"\u003e\n          Manufacturer-listed features include industrial-grade components, wired data transmission,\n          real-time status monitoring, alarms, maintenance controls, fault recovery and OTA updates.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sd-g1-reliability-grid\"\u003e\n        \u003carticle class=\"sd-g1-reliability-card\"\u003e\n          \u003cfigure\u003e\n            \u003cvideo muted controls playsinline preload=\"metadata\" poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1242\/1001\/files\/agibot-g1-11-stable-operation-poster.jpg?v=1785615943\" aria-label=\"AGIBOT G1 stable operation and production demonstration\" width=\"1280\" height=\"720\"\u003e\n              \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/478a1591ee6741099c9fc7087af6bbf2.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n          \u003c\/figure\u003e\n          \u003cdiv class=\"sd-g1-reliability-copy\"\u003e\n            \u003ch3\u003eStable operation and production\u003c\/h3\u003e\n            \u003cp\u003eAGIBOT describes industrial-grade components, extreme-environment testing, wired data connection and scalable production.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n        \u003carticle class=\"sd-g1-reliability-card\"\u003e\n          \u003cfigure\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1242\/1001\/files\/agibot-g1-12-hmi-operations.png?v=1785615944\" alt=\"AGIBOT G1 HMI status monitoring and maintenance interface\" width=\"1500\" height=\"840\" loading=\"lazy\"\u003e\n          \u003c\/figure\u003e\n          \u003cdiv class=\"sd-g1-reliability-copy\"\u003e\n            \u003ch3\u003eHMI for operation and maintenance\u003c\/h3\u003e\n            \u003cp\u003eMonitor robot and remote status, receive alarms, access maintenance controls, initiate supported recovery and apply OTA updates.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"sd-g1-note\"\u003e\n        “One-click fault recovery” does not mean every hardware or software fault can be fixed automatically.\n        Canadian availability and delivery timing must also be confirmed; manufacturer production language is not a local-stock promise.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sd-g1-section sd-g1-specs\" id=\"sd-g1-specs\"\u003e\n    \u003cdiv class=\"sd-g1-wrap\"\u003e\n      \u003cdiv class=\"sd-g1-heading-center\"\u003e\n        \u003cp class=\"sd-g1-eyebrow\"\u003eVerified specification summary\u003c\/p\u003e\n        \u003ch2 class=\"sd-g1-title\"\u003eAGIBOT G1 published parameters\u003c\/h2\u003e\n        \u003cp class=\"sd-g1-lead\"\u003e\n          This table keeps manufacturer terminology and separates published facts from project interpretation.\n          No other robot model or third-party parameter has been added.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"sd-g1-table-hint\"\u003eSwipe horizontally to view the full table.\u003c\/p\u003e\n      \u003cdiv class=\"sd-g1-table-shell\" tabindex=\"0\" aria-label=\"Scrollable AGIBOT G1 specification table\"\u003e\n        \u003ctable class=\"sd-g1-table\"\u003e\n          \u003ccaption\u003eCurrent manufacturer-published G1 specifications and operating features\u003c\/caption\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n\u003cth scope=\"col\"\u003eParameter\u003c\/th\u003e\n\u003cth scope=\"col\"\u003ePublished value\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eInterpretation boundary\u003c\/th\u003e\n\u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\u003cth class=\"sd-g1-rowgroup\" colspan=\"3\" scope=\"colgroup\"\u003ePhysical platform\u003c\/th\u003e\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth scope=\"row\"\u003eAdjustable height\u003c\/th\u003e\n\u003ctd\u003e130–180 cm\u003c\/td\u003e\n\u003ctd\u003eRobot's elevating body range\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth scope=\"row\"\u003eRobot weight\u003c\/th\u003e\n\u003ctd\u003e150 kg\u003c\/td\u003e\n\u003ctd\u003eFloor loading, access and transport planning required\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth scope=\"row\"\u003eSingle-arm reach\u003c\/th\u003e\n\u003ctd\u003e70 cm\u003c\/td\u003e\n\u003ctd\u003eEnglish page says “Span”; official Japanese page identifies one-arm reach\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth scope=\"row\"\u003eWorking height\u003c\/th\u003e\n\u003ctd\u003eOver 2 m\u003c\/td\u003e\n\u003ctd\u003eManufacturer-listed value; measurement method is not published\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth scope=\"row\"\u003eRuntime\u003c\/th\u003e\n\u003ctd\u003e4 h+\u003c\/td\u003e\n\u003ctd\u003eManufacturer-listed; load, task and test conditions are not published\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\u003cth class=\"sd-g1-rowgroup\" colspan=\"3\" scope=\"colgroup\"\u003eDegrees of freedom and manipulation\u003c\/th\u003e\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth scope=\"row\"\u003eTotal robot DoF\u003c\/th\u003e\n\u003ctd\u003e26\u003c\/td\u003e\n\u003ctd\u003eOfficial feature-copy total\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth scope=\"row\"\u003eDoF excluding end effector\u003c\/th\u003e\n\u003ctd\u003e20\u003c\/td\u003e\n\u003ctd\u003eOfficial specification-row value\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth scope=\"row\"\u003eEnd-effector configuration\u003c\/th\u003e\n\u003ctd\u003e6 DoF\u003c\/td\u003e\n\u003ctd\u003eCan be replaced with a two-finger gripper; inclusion is not published\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth scope=\"row\"\u003eArm force sensing\u003c\/th\u003e\n\u003ctd\u003eSix-axis force sensors on both arms\u003c\/td\u003e\n\u003ctd\u003eManufacturer-described fine force-control support\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth scope=\"row\"\u003eContinuous one-arm hold\u003c\/th\u003e\n\u003ctd\u003e3 kg object\u003c\/td\u003e\n\u003ctd\u003eOperating example, not a maximum whole-robot payload\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth scope=\"row\"\u003eHead movement\u003c\/th\u003e\n\u003ctd\u003eHorizontal and vertical rotation\u003c\/td\u003e\n\u003ctd\u003eManufacturer feature description\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth scope=\"row\"\u003eWaist movement\u003c\/th\u003e\n\u003ctd\u003ePitch, extension, rise and lower\u003c\/td\u003e\n\u003ctd\u003eManufacturer feature description\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\u003cth class=\"sd-g1-rowgroup\" colspan=\"3\" scope=\"colgroup\"\u003ePerception and compute\u003c\/th\u003e\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth scope=\"row\"\u003eSpecification-row sensors\u003c\/th\u003e\n\u003ctd\u003eRGB-D camera ×3; fisheye camera ×5\u003c\/td\u003e\n\u003ctd\u003eDo not add this count to the separate feature-copy descriptions\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth scope=\"row\"\u003eUpper-body camera description\u003c\/th\u003e\n\u003ctd\u003eEight high-resolution cameras\u003c\/td\u003e\n\u003ctd\u003eFeature-copy wording; resolution is not published\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth scope=\"row\"\u003eChassis sensing\u003c\/th\u003e\n\u003ctd\u003eFront\/rear RGB-D coverage and LiDAR\u003c\/td\u003e\n\u003ctd\u003eDescribed for obstacle avoidance; models and ranges are not published\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth scope=\"row\"\u003eComputing platform\u003c\/th\u003e\n\u003ctd\u003eNVIDIA Jetson AGX Orin 64GB\u003c\/td\u003e\n\u003ctd\u003eTOPS, OS, storage, SDK and ROS support are not published for G1\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\u003cth class=\"sd-g1-rowgroup\" colspan=\"3\" scope=\"colgroup\"\u003eChassis, data and operations\u003c\/th\u003e\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth scope=\"row\"\u003eChassis turning\u003c\/th\u003e\n\u003ctd\u003eIn-place turning\u003c\/td\u003e\n\u003ctd\u003eNo turning-radius value is published\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth scope=\"row\"\u003eObstacle crossing\u003c\/th\u003e\n\u003ctd\u003eUp to 20 mm\u003c\/td\u003e\n\u003ctd\u003eDoes not establish stair or arbitrary-slope capability\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth scope=\"row\"\u003eFactory-pathway statement\u003c\/th\u003e\n\u003ctd\u003e95%\u003c\/td\u003e\n\u003ctd\u003eManufacturer claim; test environment and method are not published\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth scope=\"row\"\u003eTeleoperation\u003c\/th\u003e\n\u003ctd\u003eVR or motion capture; millisecond-level latency\u003c\/td\u003e\n\u003ctd\u003eNo exact latency or network condition is published\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth scope=\"row\"\u003eData recording\u003c\/th\u003e\n\u003ctd\u003eFull-body joint data\u003c\/td\u003e\n\u003ctd\u003eFinal data fields and formats require project confirmation\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth scope=\"row\"\u003eData pipeline\u003c\/th\u003e\n\u003ctd\u003eEdge-cloud collection, automated validation, manual review, asynchronous transfer\u003c\/td\u003e\n\u003ctd\u003eHardware, cloud and data-service scope requires confirmation\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth scope=\"row\"\u003eLocal data backlog\u003c\/th\u003e\n\u003ctd\u003eUnder 2 h\u003c\/td\u003e\n\u003ctd\u003eManufacturer-described pipeline limit, not a universal storage specification\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth scope=\"row\"\u003eSafety functions\u003c\/th\u003e\n\u003ctd\u003eFault stop\/alarm, collision protection, emergency stop, chassis avoidance\u003c\/td\u003e\n\u003ctd\u003eSite risk controls remain required\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth scope=\"row\"\u003eO\u0026amp;M functions\u003c\/th\u003e\n\u003ctd\u003eReal-time monitoring, alerts, maintenance controls, recovery, OTA\u003c\/td\u003e\n\u003ctd\u003eFinal software and service scope requires confirmation\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth scope=\"row\"\u003eData connection\u003c\/th\u003e\n\u003ctd\u003eWired\u003c\/td\u003e\n\u003ctd\u003eManufacturer describes stable wired data transmission\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"sd-g1-note\"\u003e\n        Not published for G1 on the cited pages: body length or width, base footprint, battery capacity,\n        charging method or time, speed, slope rating, stair capability, joint ranges, repeatability,\n        gripper force, LiDAR model or range, camera resolution, wireless specifications, external ports,\n        IP rating, temperature range, noise, ROS, SDK, API, certifications, warranty or Canadian price.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sd-g1-section sd-g1-planning\"\u003e\n    \u003cdiv class=\"sd-g1-wrap\"\u003e\n      \u003cdiv class=\"sd-g1-heading-center\"\u003e\n        \u003cp class=\"sd-g1-eyebrow\"\u003eCanadian project planning\u003c\/p\u003e\n        \u003ch2 class=\"sd-g1-title\"\u003eScope the robot, data environment and site together\u003c\/h2\u003e\n        \u003cp class=\"sd-g1-lead\"\u003e\n          G1 is a 150 kg professional robot with a manufacturer-listed working height above two metres. Configuration\n          should follow a task definition, site survey, privacy review and safety assessment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sd-g1-plan-grid\"\u003e\n        \u003carticle class=\"sd-g1-plan-card\"\u003e\n          \u003ch3\u003eAccess and floor loading\u003c\/h3\u003e\n          \u003cp\u003eMeasure doorways, aisles, elevator capacity, floor limits, thresholds, turning areas and transport access.\u003c\/p\u003e\n        \u003c\/article\u003e\n        \u003carticle class=\"sd-g1-plan-card\"\u003e\n          \u003ch3\u003eOperating envelope\u003c\/h3\u003e\n          \u003cp\u003eDefine reach zones, people separation, end-effector clearance, emergency access and approved robot routes.\u003c\/p\u003e\n        \u003c\/article\u003e\n        \u003carticle class=\"sd-g1-plan-card\"\u003e\n          \u003ch3\u003eTask and end effector\u003c\/h3\u003e\n          \u003cp\u003eSpecify objects, forces, tools, fixtures, workflow states, success criteria and failure-handling rules.\u003c\/p\u003e\n        \u003c\/article\u003e\n        \u003carticle class=\"sd-g1-plan-card\"\u003e\n          \u003ch3\u003eData and privacy\u003c\/h3\u003e\n          \u003cp\u003eReview recording of people, facilities and proprietary processes, plus storage, transfer, access and ownership.\u003c\/p\u003e\n        \u003c\/article\u003e\n        \u003carticle class=\"sd-g1-plan-card\"\u003e\n          \u003ch3\u003eNetwork and software\u003c\/h3\u003e\n          \u003cp\u003eConfirm wired connectivity, compute environment, teleoperation equipment, cloud region, licensing and integration.\u003c\/p\u003e\n        \u003c\/article\u003e\n        \u003carticle class=\"sd-g1-plan-card\"\u003e\n          \u003ch3\u003eTraining and support\u003c\/h3\u003e\n          \u003cp\u003eDefine commissioning, operator training, risk procedures, maintenance, warranty, updates and technical support.\u003c\/p\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"sd-g1-note\"\u003e\n        The G1 page does not publish charger, charging-station, battery-pack or included-hardware\/package-content information.\n        Charging location and included hardware must therefore be confirmed before finalizing the site plan.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sd-g1-section sd-g1-canada\" id=\"sd-g1-canada\"\u003e\n    \u003cdiv class=\"sd-g1-wrap sd-g1-split\"\u003e\n      \u003cdiv class=\"sd-g1-canada-copy\"\u003e\n        \u003cp class=\"sd-g1-eyebrow\"\u003eAGIBOT G1 Canada · Toronto\u003c\/p\u003e\n        \u003ch2 class=\"sd-g1-title\"\u003ePlan a G1 project with SpeedyDrone Canada\u003c\/h2\u003e\n        \u003cp\u003e\n          SpeedyDrone Canada is a Toronto-based technology retailer serving Canadian organizations.\n          A G1 quotation can be scoped around the robot revision, end effector, teleoperation or motion-capture\n          equipment, data services, software, integration, freight, training, warranty and support.\n        \u003c\/p\u003e\n        \u003cp class=\"sd-g1-canada-location\"\u003e\n          Toronto showroom: \u003ca href=\"https:\/\/www.speedydrone.ca\/pages\/contact\"\u003e991B Bay Street, Toronto, ON M5S 3C4\u003c\/a\u003e.\n          G1 display, demonstration, teleoperation experience, meeting and pickup availability must be confirmed in advance.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Canadian pricing and commercial scope require a written CAD quotation. AGIBOT's production language does not establish\n          Canadian inventory or a fixed delivery date, and the cited official G1 product pages do not publish a price.\n        \u003c\/p\u003e\n        \u003cdiv class=\"sd-g1-canada-actions\"\u003e\n          \u003ca class=\"sd-g1-button\" href=\"https:\/\/www.speedydrone.ca\/pages\/contact\"\u003eRequest a G1 project conversation\u003c\/a\u003e\n          \u003ca class=\"sd-g1-button sd-g1-button-secondary\" href=\"https:\/\/www.speedydrone.ca\/pages\/about-us-1\"\u003eAbout SpeedyDrone Canada\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cfigure class=\"sd-g1-canada-media\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1242\/1001\/files\/agibot-g1-03-product-overview.png?v=1785615944\" alt=\"AGIBOT G1 embodied intelligent robot for a Canadian project\" width=\"764\" height=\"1200\" loading=\"lazy\"\u003e\n      \u003c\/figure\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sd-g1-section sd-g1-faq\"\u003e\n    \u003cdiv class=\"sd-g1-wrap\"\u003e\n      \u003cdiv class=\"sd-g1-heading-center\"\u003e\n        \u003cp class=\"sd-g1-eyebrow\"\u003eFAQ · Canada project planning\u003c\/p\u003e\n        \u003ch2 class=\"sd-g1-title\"\u003eEvaluating the AGIBOT G1\u003c\/h2\u003e\n        \u003cp class=\"sd-g1-lead\"\u003eAnswers based on current manufacturer-published G1 information and Canadian project-scope boundaries.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sd-g1-faq-list\"\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eWhat is the AGIBOT G1?\u003c\/summary\u003e\n          \u003cp class=\"sd-g1-faq-answer\"\u003eG1 is AGIBOT's mobile general-purpose embodied-intelligence robot for data collection, model inference and project integration. It combines an adjustable-height body, dual-arm manipulation, force sensing and a wheeled chassis.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eWhat are its adjustable height, weight and single-arm reach?\u003c\/summary\u003e\n          \u003cp class=\"sd-g1-faq-answer\"\u003eAGIBOT publishes an adjustable height of 130–180 cm, robot weight of 150 kg and 70 cm single-arm reach. The English page labels 70 cm as “Span”; the official Japanese page clarifies one-arm reach.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eHow high can G1 reach during operation?\u003c\/summary\u003e\n          \u003cp class=\"sd-g1-faq-answer\"\u003eThe manufacturer lists a working height above two metres but does not publish the measurement method or test posture. The configured robot should be validated against ceilings, fixtures and people-separation requirements.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eHow many degrees of freedom does G1 have?\u003c\/summary\u003e\n          \u003cp class=\"sd-g1-faq-answer\"\u003eAGIBOT's feature description lists 26 total robot degrees of freedom. The specification table separately lists 20 degrees of freedom excluding the end effector.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eWhy does AGIBOT list both 20 DoF and 26 DoF?\u003c\/summary\u003e\n          \u003cp class=\"sd-g1-faq-answer\"\u003eThey use different counting scopes: 20 DoF excludes the end effector, while the feature copy describes 26 total DoF. They should not be presented as alternative versions without written confirmation.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eWhat end-effector configuration is listed?\u003c\/summary\u003e\n          \u003cp class=\"sd-g1-faq-answer\"\u003eThe manufacturer lists a 6-DoF end-effector configuration. The current page does not publish the hand model, finger forces, interface or standard package contents.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eCan the end effector be replaced with a two-finger gripper?\u003c\/summary\u003e\n          \u003cp class=\"sd-g1-faq-answer\"\u003eYes. AGIBOT states that the end effector can be replaced with a two-finger gripper. That does not confirm the gripper is included; hardware and control integration must be specified in the quote.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eWhat load can one arm hold continuously?\u003c\/summary\u003e\n          \u003cp class=\"sd-g1-faq-answer\"\u003eAGIBOT describes continuous one-arm operation while holding a 3 kg object. This is not published as a maximum arm payload, two-arm payload, human-lifting rating or collaborative safety limit.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eWhat is the manufacturer-listed runtime?\u003c\/summary\u003e\n          \u003cp class=\"sd-g1-faq-answer\"\u003eThe official specification lists more than four hours. Load, motion, compute power, teleoperation activity and test conditions are not published, so actual runtime must be confirmed for the configured workload.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eWhat computing platform does G1 use?\u003c\/summary\u003e\n          \u003cp class=\"sd-g1-faq-answer\"\u003eAGIBOT lists NVIDIA Jetson AGX Orin 64GB. The current G1 page does not publish TOPS, storage, operating system, power consumption, ROS, SDK or API support.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eWhich cameras and perception sensors are listed?\u003c\/summary\u003e\n          \u003cp class=\"sd-g1-faq-answer\"\u003eThe specification lists three RGB-D and five fisheye cameras. Feature copy also describes eight high-resolution upper-body cameras, front and rear chassis RGB-D coverage, LiDAR and six-axis force sensing on both arms.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eHow should the camera-count descriptions be interpreted?\u003c\/summary\u003e\n          \u003cp class=\"sd-g1-faq-answer\"\u003eThey are separate source descriptions and should not be added into a new total. Final sensor placement and the supplied hardware revision should be confirmed with AGIBOT in writing.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eWhat mobile-chassis capabilities are published?\u003c\/summary\u003e\n          \u003cp class=\"sd-g1-faq-answer\"\u003eAGIBOT lists in-place turning, obstacle crossing up to 20 mm and a claim of navigating 95% of factory pathways. The 95% test method is not published, and G1 is not described as stair-capable.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eWhat native data-collection functions are supported?\u003c\/summary\u003e\n          \u003cp class=\"sd-g1-faq-answer\"\u003ePublished functions include VR or motion-capture teleoperation, full-body joint-data recording, edge-cloud collaboration, automated validation, manual review and asynchronous cloud transfer. Equipment, licensing and data services require project confirmation.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eWhat does the under-two-hour local backlog figure mean?\u003c\/summary\u003e\n          \u003cp class=\"sd-g1-faq-answer\"\u003eAGIBOT describes asynchronous cloud transfer with local data backlog limited to under two hours. It is a data-pipeline statement, not a published local-storage capacity or guaranteed upload time for every network.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eWhich safety functions does AGIBOT list?\u003c\/summary\u003e\n          \u003cp class=\"sd-g1-faq-answer\"\u003eThe official page lists fault-triggered stop and alarm, collision protection, an emergency-stop button and chassis obstacle avoidance. These features do not replace site risk assessment, training, guarding or emergency procedures.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eWhat monitoring, recovery and OTA functions are supported?\u003c\/summary\u003e\n          \u003cp class=\"sd-g1-faq-answer\"\u003eAGIBOT lists real-time monitoring and alarms for the robot and remote, maintenance controls, one-click fault recovery and OTA updates. Recovery does not mean every hardware or software fault can be repaired automatically.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eWhat is the AGIBOT G1 price in Canada?\u003c\/summary\u003e\n          \u003cp class=\"sd-g1-faq-answer\"\u003eThe cited official G1 product pages do not publish a price. Canadian pricing is project-based and requires a written CAD quotation after the robot, end effector, data system, software, integration, freight, taxes, training and support scope are defined.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eWhere can Canadian organizations request a G1 project quote?\u003c\/summary\u003e\n          \u003cp class=\"sd-g1-faq-answer\"\u003eContact \u003ca href=\"https:\/\/www.speedydrone.ca\/pages\/contact\"\u003eSpeedyDrone Canada\u003c\/a\u003e with the proposed task, site, object and force requirements, data workflow, teleoperation equipment, integration, privacy and support needs.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eCan customers view G1 at the Toronto showroom?\u003c\/summary\u003e\n          \u003cp class=\"sd-g1-faq-answer\"\u003eThe SpeedyDrone Canada showroom is at 991B Bay Street, Toronto, ON M5S 3C4. G1 display, demonstration, teleoperation experience and appointment availability must be confirmed before visiting.\u003c\/p\u003e\n        \u003c\/details\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"sd-g1-source\"\u003e\n        Sources: \u003ca href=\"https:\/\/www.agibot.com\/products\/G1\"\u003eAGIBOT G1 official product page\u003c\/a\u003e,\n        \u003ca href=\"https:\/\/jp.agibot.com\/products\/G1\"\u003eAGIBOT G1 official Japanese page\u003c\/a\u003e,\n        \u003ca href=\"https:\/\/www.agibot.com\/products\/AIDEA\"\u003eAGIBOT AIDEA official page\u003c\/a\u003e,\n        \u003ca href=\"https:\/\/www.speedydrone.ca\/pages\/contact\"\u003eSpeedyDrone Canada contact page\u003c\/a\u003e and\n        \u003ca href=\"https:\/\/www.speedydrone.ca\/pages\/about-us-1\"\u003eSpeedyDrone Canada company page\u003c\/a\u003e.\n        Accessed August 1, 2026. Manufacturer specifications and examples may change. Final hardware,\n        software, data services, compatibility, safety, privacy, integration, warranty, delivery, training,\n        support and commercial terms are governed by the written quotation.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/section\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\"@type\":\"Question\",\"name\":\"What is the AGIBOT G1?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"G1 is AGIBOT's mobile general-purpose embodied-intelligence robot for data collection, model inference and project integration. It combines an adjustable-height body, dual-arm manipulation, force sensing and a wheeled chassis.\"}},\n    {\"@type\":\"Question\",\"name\":\"What are its adjustable height, weight and single-arm reach?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"AGIBOT publishes an adjustable height of 130–180 cm, robot weight of 150 kg and 70 cm single-arm reach. The English page labels 70 cm as “Span”; the official Japanese page clarifies one-arm reach.\"}},\n    {\"@type\":\"Question\",\"name\":\"How high can G1 reach during operation?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The manufacturer lists a working height above two metres but does not publish the measurement method or test posture. The configured robot should be validated against ceilings, fixtures and people-separation requirements.\"}},\n    {\"@type\":\"Question\",\"name\":\"How many degrees of freedom does G1 have?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"AGIBOT's feature description lists 26 total robot degrees of freedom. The specification table separately lists 20 degrees of freedom excluding the end effector.\"}},\n    {\"@type\":\"Question\",\"name\":\"Why does AGIBOT list both 20 DoF and 26 DoF?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"They use different counting scopes: 20 DoF excludes the end effector, while the feature copy describes 26 total DoF. They should not be presented as alternative versions without written confirmation.\"}},\n    {\"@type\":\"Question\",\"name\":\"What end-effector configuration is listed?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The manufacturer lists a 6-DoF end-effector configuration. The current page does not publish the hand model, finger forces, interface or standard package contents.\"}},\n    {\"@type\":\"Question\",\"name\":\"Can the end effector be replaced with a two-finger gripper?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. AGIBOT states that the end effector can be replaced with a two-finger gripper. That does not confirm the gripper is included; hardware and control integration must be specified in the quote.\"}},\n    {\"@type\":\"Question\",\"name\":\"What load can one arm hold continuously?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"AGIBOT describes continuous one-arm operation while holding a 3 kg object. This is not published as a maximum arm payload, two-arm payload, human-lifting rating or collaborative safety limit.\"}},\n    {\"@type\":\"Question\",\"name\":\"What is the manufacturer-listed runtime?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The official specification lists more than four hours. Load, motion, compute power, teleoperation activity and test conditions are not published, so actual runtime must be confirmed for the configured workload.\"}},\n    {\"@type\":\"Question\",\"name\":\"What computing platform does G1 use?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"AGIBOT lists NVIDIA Jetson AGX Orin 64GB. The current G1 page does not publish TOPS, storage, operating system, power consumption, ROS, SDK or API support.\"}},\n    {\"@type\":\"Question\",\"name\":\"Which cameras and perception sensors are listed?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The specification lists three RGB-D and five fisheye cameras. Feature copy also describes eight high-resolution upper-body cameras, front and rear chassis RGB-D coverage, LiDAR and six-axis force sensing on both arms.\"}},\n    {\"@type\":\"Question\",\"name\":\"How should the camera-count descriptions be interpreted?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"They are separate source descriptions and should not be added into a new total. Final sensor placement and the supplied hardware revision should be confirmed with AGIBOT in writing.\"}},\n    {\"@type\":\"Question\",\"name\":\"What mobile-chassis capabilities are published?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"AGIBOT lists in-place turning, obstacle crossing up to 20 mm and a claim of navigating 95% of factory pathways. The 95% test method is not published, and G1 is not described as stair-capable.\"}},\n    {\"@type\":\"Question\",\"name\":\"What native data-collection functions are supported?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Published functions include VR or motion-capture teleoperation, full-body joint-data recording, edge-cloud collaboration, automated validation, manual review and asynchronous cloud transfer. Equipment, licensing and data services require project confirmation.\"}},\n    {\"@type\":\"Question\",\"name\":\"What does the under-two-hour local backlog figure mean?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"AGIBOT describes asynchronous cloud transfer with local data backlog limited to under two hours. It is a data-pipeline statement, not a published local-storage capacity or guaranteed upload time for every network.\"}},\n    {\"@type\":\"Question\",\"name\":\"Which safety functions does AGIBOT list?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The official page lists fault-triggered stop and alarm, collision protection, an emergency-stop button and chassis obstacle avoidance. These features do not replace site risk assessment, training, guarding or emergency procedures.\"}},\n    {\"@type\":\"Question\",\"name\":\"What monitoring, recovery and OTA functions are supported?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"AGIBOT lists real-time monitoring and alarms for the robot and remote, maintenance controls, one-click fault recovery and OTA updates. Recovery does not mean every hardware or software fault can be repaired automatically.\"}},\n    {\"@type\":\"Question\",\"name\":\"What is the AGIBOT G1 price in Canada?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The cited official G1 product pages do not publish a price. Canadian pricing is project-based and requires a written CAD quotation after the robot, end effector, data system, software, integration, freight, taxes, training and support scope are defined.\"}},\n    {\"@type\":\"Question\",\"name\":\"Where can Canadian organizations request a G1 project quote?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Contact SpeedyDrone Canada with the proposed task, site, object and force requirements, data workflow, teleoperation equipment, integration, privacy and support needs.\"}},\n    {\"@type\":\"Question\",\"name\":\"Can customers view G1 at the Toronto showroom?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The SpeedyDrone Canada showroom is at 991B Bay Street, Toronto, ON M5S 3C4. G1 display, demonstration, teleoperation experience and appointment availability must be confirmed before visiting.\"}}\n  ]\n}\n\u003c\/script\u003e\n","brand":"AGIBOT","offers":[{"title":"Default Title","offer_id":47700970274953,"sku":null,"price":131599.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0665\/1242\/1001\/files\/96c567a9-6a46-422e-bfd0-6cc0ea851219.png?v=1786993511","url":"https:\/\/www.speedydrone.ca\/products\/agibot-g1","provider":"SpeedyDrone Canada ","version":"1.0","type":"link"}