Description
–walker-s2-inc-bg:#f8f8f8;
–walker-s2-inc-line:rgba(11,18,32,.14);
–walker-s2-inc-txt:#0b1220;
–walker-s2-inc-muted:rgba(11,18,32,.70);
–walker-s2-inc-accent:#00446a;
–walker-s2-inc-radius:15px;
–walker-s2-inc-pad:16px;
/* change this if you want more/less indent */
–walker-s2-inc-indent:18px;
font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
color:var(–walker-s2-inc-txt);
}
.rs-walker-s2-inc, .rs-walker-s2-inc *{ box-sizing:border-box; }
.rs-walker-s2-inc .wrap{
border-radius:var(–walker-s2-inc-radius);
background:var(–walker-s2-inc-bg);
border:0;
box-shadow:none;
overflow:hidden;
padding:var(–walker-s2-inc-pad);
}
/* First line (same as your Dimensions block) */
.rs-walker-s2-inc .titlebar{
display:flex;
align-items:flex-end;
justify-content:space-between;
gap:12px;
margin:0 0 12px 0;
padding:0 0 10px 0;
border-bottom:1px solid rgba(11,18,32,.10);
}
.rs-walker-s2-inc .title{
margin:0 !important;
font-size:clamp(16px,2vw,18px);
font-weight:900;
color:var(–walker-s2-inc-txt) !important;
letter-spacing:.2px;
}
.rs-walker-s2-inc .badge{
margin:0 !important;
color:var(–walker-s2-inc-muted) !important;
font-weight:800;
font-size:12px;
letter-spacing:.2px;
white-space:nowrap;
}
.rs-walker-s2-inc .badge b{ color:var(–walker-s2-inc-accent); }
/* Card */
.rs-walker-s2-inc .card{
border:1px solid rgba(11,18,32,.14);
border-radius:12px;
background:#ffffff;
padding:12px;
min-width:0;
}
.rs-walker-s2-inc .rowhead{
display:flex;
align-items:center;
gap:10px;
margin:0 0 10px 0;
}
/* (icon removed) */
.rs-walker-s2-inc .label{
margin:0 !important;
font-weight:900;
letter-spacing:.2px;
text-transform:uppercase;
font-size:13px;
color:rgba(11,18,32,.70) !important;
}
/* Bullet list: TABLE is the most WYSIWYG-proof way */
.rs-walker-s2-inc .bul{
width:100%;
border-collapse:collapse !important;
border-spacing:0 !important;
border:0 !important;
margin:0;
box-shadow:none !important;
background-image:none !important;
outline:0 !important;
}
.rs-walker-s2-inc .bul tbody,
.rs-walker-s2-inc .bul tr,
.rs-walker-s2-inc .bul td{
border:0 !important;
box-shadow:none !important;
background-image:none !important;
outline:0 !important;
}
.rs-walker-s2-inc .bul td{
padding:0;
vertical-align:top;
}
.rs-walker-s2-inc .bul .b{
width:var(–walker-s2-inc-indent);
padding-right:10px;
color:rgba(11,18,32,.35);
font-size:16px;
line-height:1.25;
}
.rs-walker-s2-inc .bul .t{
font-weight:700;
line-height:1.25;
color:var(–walker-s2-inc-txt);
padding-bottom:6px;
}
.rs-walker-s2-inc .bul tr:last-child .t{ padding-bottom:0; }
.rs-walker-s2-inc .note{
margin:10px 0 0 0;
color:var(–walker-s2-inc-muted);
font-size:12px;
line-height:1.35;
}
@media (max-width: 640px){
.rs-walker-s2-inc .wrap{ padding:14px; }
}
Included
| • | UBTECH Walker S2 Humanoid Robot |
| • | Charging Station (w/ 2 Batteries) |
| • | Dexterous Hands |
–productname-dims-bg:#f8f8f8;
–productname-dims-line:rgba(11,18,32,.14);
–productname-dims-txt:#0b1220;
–productname-dims-muted:rgba(11,18,32,.70);
–productname-dims-accent:#00446a;
–productname-dims-radius:15px;
–productname-dims-pad:16px;
/* bullet indent like What’s Included */
–productname-dims-indent:18px;
font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
color:var(–productname-dims-txt);
}
.rs-productname-dims, .rs-productname-dims *{ box-sizing:border-box; }
.rs-productname-dims .wrap{
border-radius:var(–productname-dims-radius);
background:var(–productname-dims-bg);
border:0;
box-shadow:none;
overflow:hidden;
padding:var(–productname-dims-pad);
}
.rs-productname-dims .titlebar{
display:flex;
align-items:flex-end;
justify-content:space-between;
gap:12px;
margin:0 0 12px 0;
padding:0 0 10px 0;
border-bottom:1px solid rgba(11,18,32,.10);
}
.rs-productname-dims .title{
margin:0 !important;
font-size:clamp(16px,2vw,18px);
font-weight:900;
color:var(–productname-dims-txt) !important;
letter-spacing:.2px;
}
.rs-productname-dims .badge{
margin:0 !important;
color:var(–productname-dims-muted) !important;
font-weight:800;
font-size:12px;
letter-spacing:.2px;
white-space:nowrap;
}
.rs-productname-dims .badge b{ color:var(–productname-dims-accent); }
.rs-productname-dims .hi{
display:grid;
grid-template-columns:repeat(12,minmax(0,1fr));
gap:10px;
}
.rs-productname-dims .tile{
grid-column:span 6;
border:1px solid rgba(11,18,32,.14);
border-radius:12px;
background:#ffffff;
padding:12px;
min-width:0;
}
/* Tile title (no heading tags) */
.rs-productname-dims .tile b{
display:block;
font-size:14px;
letter-spacing:.2px;
color:rgba(11,18,32,.65);
margin-bottom:8px;
line-height:1.15;
font-weight:900;
text-transform:uppercase;
}
/* VALUE line: bullet + EXACT text rules as What’s Included */
.rs-productname-dims .bul{
width:100%;
border-collapse:collapse !important;
border-spacing:0 !important;
border:0 !important;
margin:0;
box-shadow:none !important;
background-image:none !important;
outline:0 !important;
}
.rs-productname-dims .bul tbody,
.rs-productname-dims .bul tr,
.rs-productname-dims .bul td{
border:0 !important;
box-shadow:none !important;
background-image:none !important;
outline:0 !important;
}
.rs-productname-dims .bul td{
padding:0;
vertical-align:top;
}
.rs-productname-dims .bul .b{
width:var(–productname-dims-indent);
padding-right:10px;
color:rgba(11,18,32,.35);
font-size:16px;
line-height:1.25;
}
.rs-productname-dims .bul .t{
font-weight:700;
line-height:1.25;
color:var(–productname-dims-txt);
}
.rs-productname-dims .note{
margin:10px 0 0 0;
color:var(–productname-dims-muted);
font-size:12px;
line-height:1.35;
}
@media (max-width: 640px){
.rs-productname-dims .wrap{ padding:14px; }
.rs-productname-dims .tile{ grid-column:1 / -1; }
}
| • | 1760 mm |
| • | Approx. 70 kg |
–walker-s2-inc-bg:#f8f8f8;
–walker-s2-inc-line:rgba(11,18,32,.14);
–walker-s2-inc-txt:#0b1220;
–walker-s2-inc-muted:rgba(11,18,32,.70);
–walker-s2-inc-accent:#00446a;
–walker-s2-inc-radius:15px;
–walker-s2-inc-pad:16px;
/* change this if you want more/less indent */
–walker-s2-inc-indent:18px;
font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
color:var(–walker-s2-inc-txt);
}
.rs-walker-s2-inc, .rs-walker-s2-inc *{ box-sizing:border-box; }
.rs-walker-s2-inc .wrap{
border-radius:var(–walker-s2-inc-radius);
background:var(–walker-s2-inc-bg);
border:0;
box-shadow:none;
overflow:hidden;
padding:var(–walker-s2-inc-pad);
}
/* First line (same as your Dimensions block) */
.rs-walker-s2-inc .titlebar{
display:flex;
align-items:flex-end;
justify-content:space-between;
gap:12px;
margin:0 0 12px 0;
padding:0 0 10px 0;
border-bottom:1px solid rgba(11,18,32,.10);
}
.rs-walker-s2-inc .title{
margin:0 !important;
font-size:clamp(16px,2vw,18px);
font-weight:900;
color:var(–walker-s2-inc-txt) !important;
letter-spacing:.2px;
}
.rs-walker-s2-inc .badge{
margin:0 !important;
color:var(–walker-s2-inc-muted) !important;
font-weight:800;
font-size:12px;
letter-spacing:.2px;
white-space:nowrap;
}
.rs-walker-s2-inc .badge b{ color:var(–walker-s2-inc-accent); }
/* Card */
.rs-walker-s2-inc .card{
border:1px solid rgba(11,18,32,.14);
border-radius:12px;
background:#ffffff;
padding:12px;
min-width:0;
}
.rs-walker-s2-inc .rowhead{
display:flex;
align-items:center;
gap:10px;
margin:0 0 10px 0;
}
/* (icon removed) */
.rs-walker-s2-inc .label{
margin:0 !important;
font-weight:900;
letter-spacing:.2px;
text-transform:uppercase;
font-size:13px;
color:rgba(11,18,32,.70) !important;
}
/* Bullet list: TABLE is the most WYSIWYG-proof way */
.rs-walker-s2-inc .bul{
width:100%;
border-collapse:collapse !important;
border-spacing:0 !important;
border:0 !important;
margin:0;
box-shadow:none !important;
background-image:none !important;
outline:0 !important;
}
.rs-walker-s2-inc .bul tbody,
.rs-walker-s2-inc .bul tr,
.rs-walker-s2-inc .bul td{
border:0 !important;
box-shadow:none !important;
background-image:none !important;
outline:0 !important;
}
.rs-walker-s2-inc .bul td{
padding:0;
vertical-align:top;
}
.rs-walker-s2-inc .bul .b{
width:var(–walker-s2-inc-indent);
padding-right:10px;
color:rgba(11,18,32,.35);
font-size:16px;
line-height:1.25;
}
.rs-walker-s2-inc .bul .t{
font-weight:700;
line-height:1.25;
color:var(–walker-s2-inc-txt);
padding-bottom:6px;
}
.rs-walker-s2-inc .bul tr:last-child .t{ padding-bottom:0; }
.rs-walker-s2-inc .note{
margin:10px 0 0 0;
color:var(–walker-s2-inc-muted);
font-size:12px;
line-height:1.35;
}
/* Link color customization: set anchor tags to accent color */
.rs-walker-s2-inc a {
color: var(–walker-s2-inc-accent);
text-decoration: underline;
}
@media (max-width: 640px){
.rs-walker-s2-inc .wrap{ padding:14px; }
}
Documents
| • | Product Manual |
.ws2-spec-header *, .ws2-spec-header *::before, .ws2-spec-header *::after { box-sizing: border-box; }
.ws2-spec-header {
/* Set primary font to Roboto with a sensible fallback */
font-family: ‘Roboto’, Arial, sans-serif;
color: #0b1220;
}
.ws2-spec-header .wrap {
background: #f8f8f8;
border-radius: 15px;
padding: 16px;
overflow: hidden;
}
/* Titlebar styling for specifications header */
.ws2-spec-header .titlebar {
display:flex;
align-items:flex-end;
justify-content:space-between;
gap:12px;
margin:0;
padding:0 0 8px;
border-bottom:1px solid rgba(11,18,32,0.10);
}
.ws2-spec-header h3 {
margin:0 !important;
font-size:clamp(16px,2vw,18px);
font-weight:900;
letter-spacing:0.2px;
color:#0b1220;
}
.ws2-spec-header .badge {
margin:0;
color:rgba(11,18,32,0.70);
font-weight:800;
font-size:12px;
letter-spacing:.2px;
white-space:nowrap;
}
.ws2-spec-header .badge b {
color:#00446a;
}
.rs-section.rs-specifications .spec-wrap{background:#f8f8f8;border-radius:15px;padding:32px 20px}
.rs-section.rs-specifications .spec-inner{max-width:980px;margin:0 auto}
.rs-section.rs-specifications .spec-head-title{font-size:28px;font-weight:900;margin:0 0 16px;color:#000}
.rs-section.rs-specifications .spec-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px rgba(117,119,124,.08);border:1px solid #dddee0}
.rs-section.rs-specifications .spec-table tr{border-bottom:1px solid #ebebec}
.rs-section.rs-specifications .spec-table tr:last-child{border-bottom:none}
.rs-section.rs-specifications .spec-table td{padding:13px 18px;font-size:14px;line-height:1.45;vertical-align:top}
.rs-section.rs-specifications .spec-table td:first-child{font-weight:700;color:#4a4b4f;width:38%;white-space:nowrap}
.rs-section.rs-specifications .spec-table td:last-child{color:#75777c}
.rs-section.rs-specifications .spec-group-header td{background:#eaebed !important;font-size:12px !important;font-weight:800 !important;letter-spacing:.6px;text-transform:uppercase;color:#00446a !important;padding:9px 18px !important}
@media(max-width:600px){
.rs-section.rs-specifications .spec-table td:first-child{width:44%;white-space:normal}
.rs-section.rs-specifications .spec-table td{padding:11px 12px;font-size:13px}
}
| Mechanical | |
| Robot Type | Industrial Humanoid Robot |
| Degrees of Freedom (DOF) | 52 |
| Payload Capacity | Up to 15 kg |
| Workspace | 0 – 1.8 m |
| Maximum Walking Speed | Up to 2.0 m/s |
| Waist Rotation | ±162° |
| Hands | 4th-generation dexterous hands (11 DOF per hand) |
| Perception & Sensors | |
| Vision System | RGB binocular stereo vision |
| Sensors | Depth sensors, IMU, force sensors, tactile sensors |
| AI & Computing | |
| AI System | BrainNet 2.0 + Co-Agent swarm intelligence |
| Compute Platform | Intel Core i7 + NVIDIA Jetson AGX Orin |
| Operating System | Ubuntu + ROSA 2.0 |
| Power & Connectivity | |
| Battery System | Li‑FePO₄ (lithium‑iron‑phosphate) 48 V |
| Battery Swap Time | ~3 minutes (autonomous) |
| Connectivity | Wi-Fi, Bluetooth, Ethernet (optional 5G) |



Reviews
There are no reviews yet.