Papers
Topics
Authors
Recent
Search
2000 character limit reached

MEVIUS2: Practical Open-Source Quadruped Robot with Sheet Metal Welding and Multimodal Perception

Published 23 Mar 2026 in cs.RO | (2603.22031v1)

Abstract: Various quadruped robots have been developed to date, and thanks to reinforcement learning, they are now capable of traversing diverse types of rough terrain. In parallel, there is a growing trend of releasing these robot designs as open-source, enabling researchers to freely build and modify robots themselves. However, most existing open-source quadruped robots have been designed with 3D printing in mind, resulting in structurally fragile systems that do not scale well in size, leading to the construction of relatively small robots. Although a few open-source quadruped robots constructed with metal components exist, they still tend to be small in size and lack multimodal sensors for perception, making them less practical. In this study, we developed MEVIUS2, an open-source quadruped robot with a size comparable to Boston Dynamics' Spot, whose structural components can all be ordered through e-commerce services. By leveraging sheet metal welding and metal machining, we achieved a large, highly durable body structure while reducing the number of individual parts. Furthermore, by integrating sensors such as LiDARs and a high dynamic range camera, the robot is capable of detailed perception of its surroundings, making it more practical than previous open-source quadruped robots. We experimentally validated that MEVIUS2 can traverse various types of rough terrain and demonstrated its environmental perception capabilities. All hardware, software, and training environments can be obtained from Supplementary Materials or https://github.com/haraduka/mevius2.

Summary

  • The paper introduces a quadruped robot that combines sheet metal welding with precise machining to enhance durability and simplify assembly.
  • It integrates a multimodal perception suite, merging LiDAR and HDR camera data for high-fidelity terrain mapping and autonomous navigation.
  • State-of-the-art reinforcement learning enables dynamic locomotion across varied terrains, demonstrating practical viability and cost efficiency.

Overview of MEVIUS2: Advancing Practicality and Accessibility in Quadruped Robotics

Structural Innovation and Hardware Configuration

MEVIUS2 introduces a substantial leap in open-source quadruped platforms by implementing sheet metal welding and large-scale metal machining, enabling a robot body size comparable to Boston Dynamics' Spot while maintaining mechanical robustness and reducing part complexity. The robot is constructed from 16 unique metal componentsโ€”11 machined from A7075 aluminum alloy and 5 from A5052 sheet metalโ€”with integrated welding techniques employed for complex structures such as Base-Link and Hip-Link. This approach provides exceptional durability and simplifies assembly, as all machined and welded parts can be ordered directly from STEP files or part numbers via MISUMIโ€™s meviy service, facilitating a streamlined, e-commerce-driven procurement workflow.

Mechanical robustness is further enhanced with the parallel-link mechanism, minimizing distal leg inertia by proximally locating actuators (Robstride03 motors capable of 20 Nm continuous and 60 Nm peak torque), leading to improved dynamic performance. The strategic use of 3D-printed TPU elements at foot contact points leverages soft material properties for environmental interfacing without compromising structural integrity.

Multimodal Perception and Sensor Fusion

MEVIUS2โ€™s perception suite integrates two Livox Mid-360 LiDARs and a high dynamic range Tier IV C1 camera, supporting detailed and multimodal environmental mapping. This configuration, rarely found in open-source quadruped platforms, enables comprehensive elevation mapping using fused point cloud and RGB data, significantly advancing autonomous terrain navigation and precise environmental awareness. By deploying sensor coverage across both visible and geometric domains, MEVIUS2 demonstrates superior practical adaptability compared to existing open-source alternatives, which are typically limited in their sensing modalities.

Open-Source Philosophy: Accessibility and Customizability

The platformโ€™s open-source release covers all hardware CAD, mechanical parts list, control software, perception modules, and reinforcement learning environments (LeggedGym, MuJoCo), creating a transparent and accessible foundation for research institutions and individuals. Full circuit configurationโ€”including off-the-shelf electronics, CAN-USB interface-driven motor control, NVIDIA Jetson-based compute for perception, wireless emergency stop, power relays, and diodesโ€”ensures operational modularity and scalability. MEVIUS2โ€™s total system cost (~$13k USD) is a fraction of comparable commercial platforms (Spot, ANYMAL), democratizing access to advanced quadruped robotics.

Reinforcement Learning Control Architecture

MEVIUS2 leverages state-of-the-art RL training pipelines, utilizing IsaacGym for massively parallel policy optimization and validating trained models in MuJoCo before deploying them to hardware. The RL-driven locomotion policies are tuned using reward functions and simulation environments aligned with contemporary legged robotics benchmarks, facilitating transferability and reproducibility. The perception systems are integrated into the control loop using GPU-accelerated elevation mapping, enabling real-time environment-adaptive behaviors.

Experimental Validation and Numerical Performance

Walking experiments conducted across heterogeneous environmentsโ€”including concrete, grass, soil, stairs, steep slopes, slippery surfaces, and indoor settingsโ€”demonstrate the robotโ€™s robust traversal capabilities. MEVIUS2 successfully negotiates environments that are inaccessible to smaller or less equipped open-source platforms (e.g., navigating standard stairs, maintaining stability in low-friction conditions). The system maintains walking with minimal falls even under challenging conditions, indicating high-fidelity RL policy transfer and reliable mechanical performance.

Implications and Limitations

MEVIUS2 serves as a practical foundation for scalable quadruped robotics research, enabling rapid prototyping, reinforcement learning benchmarking, and sensor fusion experimentation. The ability to source all components via e-commerce and replicate or modify hardware/software architectures accelerates iterative development and cross-institutional collaboration.

However, the platform exhibits limitations:

  • Absence of waterproof/dustproof enclosure necessitates cautious outdoor operation and points to future engineering challenges in open-source deployable ruggedization.
  • Sheet metal welding, while central to mechanical integration, presents manufacturing access bottlenecks for individuals lacking welding facilitiesโ€”future work should explore more accessible alternatives.
  • Sensor suite, though an improvement, lacks modalities such as RTK-GNSS, thermal imaging, and foot contact sensors; further sensory integration and advanced perception algorithms are requisite for real-world deployment.
  • Formal safety assessments remain unaddressed, with hazards (e.g., pinch points, emergency stop behavior) requiring systematic mitigation.

Future Outlook in AI and Robotics Research

MEVIUS2 represents a scalable infrastructure for research in reinforcement learning-driven legged locomotion, multi-sensor perception, and rapid hardware/software iteration. Its open-source, modular, and robust design enables both fundamental theoretical investigations (e.g., sim-to-real RL transfer, multimodal sensor fusion) and practical applications (e.g., autonomous inspection, terrain mapping). The platformโ€™s accessible procurement and extensibility will likely catalyze collaborative development and benchmarking in quadruped robotics, propelling advances in both AI algorithms and real-world robotic deployment.

Conclusion

MEVIUS2 delivers a practical, large-scale, metal-based open-source quadruped robot with integrated sheet metal welding and multimodal perception. Its robust hardware, comprehensive software stack, and accessible design position it as a foundational tool for research and development in advanced quadruped robotics. Despite limitations in environmental ruggedization, ease of manufacturing, and sensor diversity, MEVIUS2 paves the way for future enhancements and collaborative innovation in AI-driven locomotion and perception.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Explain it Like I'm 14

MEVIUS2: A simple explanation

What is this paper about?

This paper introduces MEVIUS2, a fourโ€‘legged โ€œrobot dogโ€ that anyone can build and modify because all the designs and software are open and free to use. Unlike many hobby robots that are small and mostly plastic, MEVIUS2 is metal, about the size of Boston Dynamicsโ€™ Spot, and packed with sensors so it can understand its surroundings. The goal is to make a tough, practical, and affordable research robot that more people can build and improve.

What were the researchers trying to do?

In easy terms, they wanted to:

  • Build a strong, larger, dogโ€‘sized robot that doesnโ€™t break easily.
  • Make it openโ€‘source so students and researchers can customize everythingโ€”from body parts to lowโ€‘level motor control.
  • Give it โ€œgood eyesโ€ and โ€œgood sensesโ€ (multiple sensors) so it can see and understand the world in detail.
  • Train it to walk over rough ground, stairs, and slippery surfaces using modern AI training methods.
  • Make the whole thing orderable online, like shopping for parts on regular eโ€‘commerce sites.

How did they build and train it?

Think of building MEVIUS2 like making a sturdy metal backpack frame instead of a plastic toy:

  • Strong body with sheet metal welding: They formed the robotโ€™s body from flat metal plates that are welded together. Itโ€™s like folding and gluing cardboard into a tough boxโ€”except with metal and weldingโ€”so itโ€™s strong but uses fewer parts.
  • Metal parts you can order online: Most pieces are standard machined aluminum or welded sheet metal. The team designed every part so you can upload the files and order them from a manufacturing service (like buying custom parts online).
  • Powerful legs with light lower sections: The knee is driven by a mechanism that lets the motor sit higher up. Imagine a bike where the power is transferred through linkages so the โ€œlower legโ€ stays lightโ€”this helps the robot move more efficiently.
  • Multimodal perception (multiple senses): MEVIUS2 uses two LiDARs and a highโ€‘dynamicโ€‘range camera.
    • LiDAR is like a laser ruler that scans the environment to make a 3D map (similar to how bats โ€œseeโ€ with sound, but using light).
    • A highโ€‘dynamicโ€‘range camera helps the robot see both bright and dark areas clearly.
  • Simple electronics layout: Twelve motors are controlled by a small onboard computer (an NVIDIA Jetson). Thereโ€™s a separate battery for the motors and one for the computer, plus a wireless emergency stop for safety.
  • Training with reinforcement learning: They taught the robot to walk in a simulator (like a realistic video game) using trial and errorโ€”this is called reinforcement learning. After the robot โ€œlearnedโ€ in simulation, the same walking policy was tested in another simulator and then run on the real robot. This speeds up training and keeps the real robot safe while learning.

What did they find, and why is it important?

Key results:

  • Itโ€™s robust and practical: The metal body and welded structure made a larger, tougher robot thatโ€™s still relatively simple to assemble.
  • It sees its environment well: With two LiDARs and a quality camera, the robot can build detailed maps of the ground around it.
  • It can handle realโ€‘world terrain: In tests, MEVIUS2 walked on concrete, grass, soil, steep slopes, indoor floors, and even slippery, wet stairsโ€”without falling. It could climb humanโ€‘sized stairs, which smaller openโ€‘source robots struggled with.
  • Itโ€™s accessible and affordable for research: While commercial robots of this size are very expensive and closedโ€‘source, MEVIUS2โ€™s full design and code are released, and the total cost is around $13,000โ€”much lower than commercial options of similar size.

Why that matters:

  • A strong, sensorโ€‘rich, open robot lets more schools and labs try advanced experiments (like outdoor navigation, mapping, or new leg control methods) without buying a closed, very expensive platform.
  • Being able to order all parts online lowers the barrier for building a capable robot from scratch.

What could this mean for the future?

  • More innovation: Because everything is open, students and researchers can tweak the design, add new sensors, try new AI methods, and share improvements.
  • Better realโ€‘world robot helpers: Stronger bodies and better โ€œsensesโ€ mean robots can be more useful outdoorsโ€”climbing stairs, handling rough ground, or carrying equipment.
  • Community growth: An affordable, practical robot platform encourages a community that builds, tests, and teaches with the same base robot.

The authors also note current limitsโ€”like no waterproofing yet, welding being harder for some builders, and the need for more sensors and safety work. But by releasing all hardware files, software, and training environments, theyโ€™ve provided a solid, readyโ€‘toโ€‘build foundation for others to push legged robotics further.

Knowledge Gaps

Knowledge gaps, limitations, and open questions

The following list identifies what remains missing, uncertain, or unexplored in the paper and supplementary materials, framed as concrete, actionable items for future work.

Mechanical design and manufacturing

  • Absence of quantitative structural analysis (e.g., FEA, deflection, stress, factor-of-safety) for the welded A5052/A7075 chassis and links under dynamic loads, impacts, and worst-case postures.
  • No fatigue, vibration, shock, or drop testing of welded joints and machined parts; longโ€‘term durability of sheetโ€‘metal welds under cyclic legged locomotion loads is unverified.
  • Tolerance sensitivity and repeatability of the welded Baseโ€‘Link/Hipโ€‘Link assemblies across different vendors and batches are not characterized; no jigs/fixtures, weld sequence, or postโ€‘weld distortion control processes are provided.
  • Repairability and maintainability of the single, highly integrated Baseโ€‘Link are not evaluated (e.g., ease and cost of replacing subcomponents vs. replacing the entire welded assembly).
  • Lack of a waterproof/dustproof mechanical design and sealing strategy (gaskets, cable glands, IP rating targets, test protocols) despite stated importance for outdoor use.
  • No assessment of foot material wear, abrasion, or performance vs. TPU hardness, tread geometry, or environmental conditions; no replaceability guidelines or field service intervals.
  • Kinematic/workspace limits, singularities, and torque transmission characteristics of the parallel-link knee are not analyzed (e.g., joint torque vs. pose, effective inertia, distal mass tradeโ€‘offs).

Electronics, power, and thermal

  • No power budget or energy efficiency metrics (e.g., average/peak power draw, cost of transport, Wh/km) across gaits and terrains; only a rough โ€œ~1 hourโ€ runtime is reported.
  • Thermal behavior of motors, drivers, and Jetson under sustained load is unmeasured (e.g., overheating thresholds, derating, ambient temperature effects, cooling requirements).
  • Battery system details (BMS, cell chemistry, protections, preโ€‘charge, charging protocols, inrush control) and their safety validation are absent.
  • Impact of using two LiDARs and an HDR camera on power, compute load, and runtime is not quantified; no realโ€‘time budget or latency breakdown is provided.

Sensing and perception

  • Sensor calibration and synchronization pipeline (camera/LiDAR/IMU extrinsics, time stamping, drift handling) is unspecified; no calibration accuracy or repeatability metrics.
  • Elevation mapping accuracy, latency, and robustness are not benchmarked (e.g., map error vs. ground truth, performance under motion blur, foliage, rain, or lowโ€‘texture scenes).
  • The role of the RGB camera in elevation mapping is unclear; no ablation to justify multimodal fusion vs. LiDAR-only, or to compare single vs. dual LiDAR coverage tradeโ€‘offs.
  • Sensitivity to environmental conditions (rain, fog, snow, dust, direct sun HDR, LiDAR crossโ€‘talk) is not evaluated; no mitigation strategies (filters, enclosures, sensor heaters) are presented.
  • Proposed future sensors (RTKโ€‘GNSS, thermal, foot contact) are not integrated or tested; no interface, mounting, or data fusion plan is specified.

Control, RL policy, and sim-to-real

  • The locomotion controllerโ€™s inputs/outputs, control rates, and torque/impedance loops are not described; it is unclear whether motors are operated in torque, current, or position mode and how lowโ€‘level control is implemented.
  • Simโ€‘toโ€‘real methodology is not detailed (e.g., domain randomization parameters, actuator/latency models, contact/friction modeling, sensor noise); no ablation on what was necessary for transfer.
  • No quantitative locomotion benchmarks (max speed, step height, slope angle, turning rate, success rate, recovery time) or comparisons against baselines (e.g., classical MPC, other RL policies).
  • Absence of perceptive locomotion integration: elevation maps are demonstrated, but there is no evidence that perception informs foot placement, gait adaptation, or planning in closed loop.
  • No evaluation of robustness to disturbances (external pushes, slips), sensor dropouts, or communication faults; fall detection and recovery strategies are not presented.
  • Lack of policy generalization tests across payload variations, terrain parameter changes, or hardware modifications common in an open-source platform.

Experimental evaluation and benchmarking

  • Terrain trials are qualitative with no standardized protocols (e.g., angles, dimensions, repetitions); success/failure rates, statistical variability, and confidence intervals are not reported.
  • No endurance or long-duration field trials to establish mean time between failures (MTBF), component wear rates, or maintenance schedules.
  • Gait diversity and dynamic agility (e.g., running, jumping, bounding) are not explored; only โ€œwalkingโ€ is demonstrated without speed or agility metrics.
  • Payload capacity and its impact on performance (speed, energy, stability) are not measured despite mentioning available payload space.

Open-source reproducibility and scalability

  • Reproducibility across different fabricators and regions (cost variance, lead times, alternative suppliers to MISUMI/meviy) is unaddressed; supply-chain risk and substitutions are not mapped.
  • Build documentation (fixtures, welding instructions, QA checks, torque specs) is not provided in the paper; risk of build-to-build performance variability is not quantified.
  • Software licensing and longโ€‘term maintenance plans (issue tracking, versioning, CI, tested OS/driver versions) are unspecified; reproducibility may depend on unpinned dependencies.

Safety and compliance

  • No formal risk assessment or functional safety architecture (SIL/PL classifications, failure modes and effects analysis, fault injection tests); emergency stop behavior and stop categories are unvalidated.
  • Pinch/crush hazard mitigations (coverings, interlocks), power isolation, and safe-state strategies on communication loss are not defined or tested.
  • EMC/EMI considerations and regulatory compliance for wireless and power systems are not discussed.

Design trade-offs and optimization

  • Weightโ€“strengthโ€“cost trade-offs of A7075/A5052 + welding vs. alternative manufacturing routes (e.g., castings, extrusions, modular machined frames, topology-optimized prints) are not compared.
  • Sensor configuration optimization (number, placement, and types of LiDAR/cameras) is not explored relative to coverage, occlusion, cost, and compute constraints.
  • No quantitative comparison to prior MEVIUS or other open-source platforms on identical standardized tasks to isolate the benefits of welding, larger size, or added sensors.

These gaps suggest clear next steps: define standardized tests and metrics; detail and validate simโ€‘toโ€‘real and lowโ€‘level control; quantify structural, power, and perception performance; integrate perception into locomotion; formalize safety; and harden the design and build process for reproducibility and field use.

Practical Applications

Immediate Applications

The following applications can be deployed now based on the paperโ€™s open-source hardware/software, procurement workflow, and demonstrated locomotion and perception.

  • Open, modifiable quadruped research platform (Academia, Robotics)
    • Use case: Labs can replicate and extend legged-locomotion, perception, and sim-to-real research on a Spot-scale, metal platform with accessible low-level control.
    • Tools/products/workflows: Provided STEP/URDF/MuJoCo models, LeggedGym environment, ROS/Rviz launch files, common Python deployment scripts; โ€œclick-to-orderโ€ metal parts via meviy part numbers; Jetson-based perception stack; elevation mapping pipeline.
    • Assumptions/dependencies: Access to MISUMI/meviy (or equivalent) for machining/welding; NVIDIA GPUs for IsaacGym; staff expertise in ROS, CAN, and safety; 1-hour battery runtime; operation in dry, dust-free environments; no formal risk assessment yet.
  • Courseware and hands-on education at universities and makerspaces (Education, Academia)
    • Use case: Capstone courses, robotics clubs, and maker programs can build and operate a full-scale quadruped, compare policy learning vs. classical control, and teach safety engineering.
    • Tools/products/workflows: Predefined BOM with online quoting, โ€œbuild labsโ€ (mechanical assembly, CAN bus debugging, RL training), standardized assignments using provided simulation and perception pipelines.
    • Assumptions/dependencies: Budget (~$13k per unit), access to fabrication vendors, supervision for safe operation, campus facilities for testing.
  • Rapid prototyping for indoor inspection and mapping pilots (Construction, Manufacturing, Facilities Management, Software)
    • Use case: Proofs-of-concept for factory/facility walkthroughs, warehouse aisle mapping, stair-inclusive route validation, and as-built floor mapping in dry indoor sites.
    • Tools/products/workflows: Out-of-the-box LiDAR + HDR camera, ROS-based elevation mapping, Jetson GPU processing, templated inspection โ€œmissions.โ€
    • Assumptions/dependencies: Non-waterproof/dustproof; requires safety cordons and E-stop SOPs; limited runtime; integration with facility CAD/BIM and data logging.
  • Sensor and algorithm benchmarking on a full-scale legged platform (Robotics, Software/AI)
    • Use case: Evaluate LiDAR-camera fusion, elevation mapping, visual RL, foothold planners, and state estimation in realistic locomotion scenarios (stairs, slopes, slippery floors).
    • Tools/products/workflows: Swap-in perception modules via the Base-Link sensor mounts; compare policies trained in IsaacGym and validated in MuJoCo; dataset collection for multimodal perception.
    • Assumptions/dependencies: Reproducible terrains/test courses; synchronization and calibration of sensors; data governance for collected video/point clouds.
  • Component/vendor evaluation and digital procurement workflows (Manufacturing, Supply Chain)
    • Use case: Demonstrate reduction of part count and lead time using sheet metal welding and online quoting; benchmark suppliers for small-batch robotic frames.
    • Tools/products/workflows: meviy auto-quoting from STEP, standardized part numbers, parallel-link leg design as a reference for DFM/DFA.
    • Assumptions/dependencies: Regional availability of online fabrication; welding QA; tolerance control for assemblies; shipping/import considerations.
  • Security and telepresence pilots in controlled indoor environments (Security, IT/AV)
    • Use case: After-hours patrols on multi-level sites; remote tour/inspection with camera stream; event venue walkthroughs.
    • Tools/products/workflows: Add teleop UI over ROS, Wi-Fi/Private 5G streaming, logging; waypoint-based patrol scripts.
    • Assumptions/dependencies: Indoor-only, dry conditions; safety procedures; network coverage; privacy policies for video capture.
  • Reproducible benchmarking and open tests for legged RL (Academia, AI)
    • Use case: Cross-lab benchmarks of locomotion policies on a standardized, Spot-scale platform; open datasets and leaderboards for rough-terrain performance.
    • Tools/products/workflows: Shared reward configs, policy release, evaluation scripts, terrain suites; community CI for sim-to-real regressions.
    • Assumptions/dependencies: Community governance, licensing clarity, and standardized reporting; reproducible hardware configs.
  • Outreach and public demos (STEM engagement, Daily life)
    • Use case: Museum/university demos of legged locomotion and mapping; STEM outreach showcasing open-source mechatronics at human-scale.
    • Tools/products/workflows: Pre-scripted demos and safety playbooks; quick-swap batteries; transport cases.
    • Assumptions/dependencies: Supervised, controlled venues; insurance and risk mitigation.

Long-Term Applications

The following require additional engineering (e.g., IP ratings, certification), expanded sensing, and/or scaling to production.

  • Outdoor industrial inspection and maintenance (Energy, Utilities, Oil & Gas, Construction)
    • Use case: Substation/solar/wind farm rounds, pipeline corridor checks, construction progress monitoring, slope/embankment assessment.
    • Tools/products/workflows: IP65+ sealing, RTK-GNSS, thermal cameras, gas sensors, foot contact/force sensing; fleet management, mission planning, hotspot detection analytics.
    • Assumptions/dependencies: Environmental hardening, safety certification (e.g., ISO 13482 for personal care robots/ISO 3691-4/IEC 61508 context-dependent), long-duration power (swappable packs/docks), robust comms (LTE/5G), operator training, site permissions.
  • Disaster response and search-and-rescue (Public Safety)
    • Use case: Rubble navigation, stairwell reconnaissance, victim localization with thermal/audio sensors, post-flood/slippery environments.
    • Tools/products/workflows: Teleop/assisted autonomy, redundancy in sensing, protective enclosures, tethered power/comms options.
    • Assumptions/dependencies: Ruggedization, interoperability with incident command systems, liability coverage, extensive operator training.
  • Healthcare logistics and hospital support (Healthcare)
    • Use case: Inter-ward transport, lab sample delivery over stairs, night-shift supply runs.
    • Tools/products/workflows: Hospital-grade safety features (people-detection, geofencing, bumpers), disinfection-friendly materials, EM interference compliance, fleet scheduling.
    • Assumptions/dependencies: Regulatory approval, infection control protocols, quiet/clean operation, reliability beyond 1-hour runtime.
  • Agricultural field scouting on slopes and uneven terrain (Agriculture)
    • Use case: Vineyard/orchard scouting, crop stress mapping with multispectral/thermal, fence-line inspection.
    • Tools/products/workflows: Weatherproofing, extended autonomy, RTK-GNSS, crop-analytics pipeline, docking/charging in the field.
    • Assumptions/dependencies: IP rating, dust/mud resilience, seasonal maintenance, rural connectivity.
  • Outdoor security patrol and smart-city surveying (Security, Public Sector)
    • Use case: Park/campus perimeter patrol; sidewalk-level asset surveys; ADA-related accessibility assessments (ramp/stair mapping).
    • Tools/products/workflows: Safety-rated perception, citizen interaction policies, encrypted teleop, integration with VMS/PSIM platforms; GIS-based reporting.
    • Assumptions/dependencies: Municipal permits, privacy compliance, insurance, noise/light pollution limits, public acceptance.
  • Standardized open reference platform for national R&D and workforce programs (Policy, Academia, Industry Consortia)
    • Use case: Government-funded, open hardware baselines to reduce vendor lock-in; shared curricula and testbeds for AI/robotics upskilling.
    • Tools/products/workflows: Certified builds, long-term support branches, parts availability guarantees, aligned standards and evaluation protocols.
    • Assumptions/dependencies: Policy backing and funding, IP stewardship, supply continuity, governance of safety and data standards.
  • Commercial developer kits and verticalized โ€œapp packsโ€ (Robotics, Software)
    • Use case: MEVIUS2-based kits with vertical modules: โ€œInspection Pack,โ€ โ€œAg Pack,โ€ โ€œSecurity Pack,โ€ each bundling sensors, software, and workflows.
    • Tools/products/workflows: Modular sensor bays, hot-swappable batteries, app store for missions, cloud-based fleet management and analytics.
    • Assumptions/dependencies: Productization, documentation, customer support, warranty/QA, compliance testing.
  • Foundation-model and multimodal learning on legged robots (AI/Software)
    • Use case: Vision-language-action policies for terrain-aware navigation and task following; self-supervised mapping from LiDAR+RGB at scale.
    • Tools/products/workflows: Data collection at fleet scale, on-device acceleration, sim-to-real with photorealistic rendering, continual learning pipelines.
    • Assumptions/dependencies: Compute budgets, data governance, safety guardrails for LLM-in-the-loop control, robust fallback controllers.
  • Hybrid manipulationโ€“locomotion platforms (Robotics, Manufacturing/Service)
    • Use case: Add a lightweight arm for door operation, valve turning, sample collection during inspection.
    • Tools/products/workflows: Mechatronic integration (mount points, power budget), whole-body control, safety interlocks, task libraries.
    • Assumptions/dependencies: Payload and stability margins, additional sensing, expanded safety certification scope.
  • Digital manufacturing playbooks for low-volume robotics (Manufacturing, Supply Chain, Policy)
    • Use case: Codified โ€œdesign-to-click-to-orderโ€ workflows (DFM for welded sheet metal, tolerance stacks, QA) to accelerate small-batch robot production.
    • Tools/products/workflows: Parametric CAD templates, automated quoting pipelines, vendor-agnostic part libraries, variant management.
    • Assumptions/dependencies: Cross-vendor interoperability, workforce training, quality standards, alternative processes where welding access is limited.

Cross-cutting assumptions and dependencies (impacting feasibility across long-term items):

  • Environmental sealing (water/dust), formal risk assessment, and compliance to relevant service-robot safety standards are not yet implemented.
  • Power: baseline ~1 hour runtime; many applications need battery swaps, larger packs, or docks.
  • Supply chain: availability of specific motors (Robstride03), Livox LiDARs, Jetson modules; regional access to online fabrication.
  • Legal/policy: site permissions, data/privacy compliance for imaging and mapping, and insurance.
  • Talent: teams need multi-disciplinary expertise (mechanical, controls, perception, safety) to deploy and maintain fleets.

Glossary

  • A5052: An aluminum-magnesium alloy commonly used for sheet metal due to its formability and corrosion resistance. "made from A5052."
  • A7075 aluminum alloy: A high-strength aluminum alloy (Al-Zn-Mg-Cu) often used where high strength-to-weight is needed. "11 parts are machined from A7075 aluminum alloy"
  • Base-Link: The central structural body component that integrates mount points for legs, electronics, and sensors. "The Base-Link consists of five welded sheet metal plates"
  • CAN-USB interface: A hardware adapter that bridges a Controller Area Network (CAN) bus to a computerโ€™s USB port. "via two CAN-USB interfaces"
  • Continuous torque: The torque a motor can sustain indefinitely without overheating or damage. "continuous torque of 20. Nm"
  • Distal (leg segments): Refers to parts farther from the robot body; distal leg segments are the lower portions of the limb. "lighter distal leg segments."
  • Elevation mapping: A grid-based 2.5D map that maintains local terrain height estimates from range sensors for locomotion and navigation. "For perception, elevation mapping [26] is employed"
  • High dynamic range camera: A camera capable of capturing scenes with very bright and very dark regions without losing detail. "a high dynamic range camera"
  • IMU: Inertial Measurement Unit; a sensor module that measures acceleration and angular rate (and sometimes magnetic field) for pose estimation. "LiDAR/IMU"
  • IsaacGym: NVIDIAโ€™s GPU-accelerated physics simulation platform for large-scale reinforcement learning. "reinforcement learning conducted in IsaacGym [25]."
  • LeggedGym: A reinforcement learning environment tailored for legged robots built on top of Isaac Gym. "based on LeggedGym"
  • LiDAR: Light Detection and Ranging; a laser-based ranging sensor that produces precise 3D measurements of the environment. "LiDARs"
  • LiPo battery: Lithium-polymer rechargeable battery known for high energy density and discharge rates. "two 24V, 3300mAh LiPo batteries are connected in series"
  • meviy: MISUMIโ€™s online machining and fabrication service that auto-quotes and allows ordering from CAD (STEP) files. "meviy [24], a machining and fabrication service by MISUMI."
  • MuJoCo: A high-performance physics engine commonly used for robotics simulation and control validation. "validated on MuJoCo"
  • Multimodal perception: Combining multiple sensor modalities (e.g., LiDAR and camera) to perceive the environment more robustly. "equipped with multimodal perception"
  • NVIDIA Jetson: An embedded GPU computing platform for edge AI and robotics. "The onboard PC is a NVIDIA Jetson"
  • Parallel-link mechanism: A linkage design that maintains parallelism between links to transmit motion efficiently (e.g., to a knee joint). "A parallel-link mechanism is employed"
  • Peak torque: The maximum torque a motor can deliver for short durations. "peak torque of 60. Nm."
  • Point cloud: A set of 3D points measured by sensors (like LiDAR) representing surfaces in the environment. "point cloud processing is performed"
  • POTICON: A specialized engineering plastic referenced in the MEVIUS platformโ€™s materials. "Metal / POTICON"
  • Reinforcement learning: A machine learning paradigm where agents learn policies by maximizing cumulative reward through interaction. "thanks to reinforcement learning"
  • RGB camera: A standard color camera that captures red, green, and blue channels. "an RGB camera"
  • ROS: Robot Operating System; a middleware framework for building and integrating robot software. "ROS and Rviz"
  • Rviz: ROSโ€™s 3D visualization tool for sensor data and robot models. "Rviz visualization"
  • RTK-GNSS: Real-Time Kinematic Global Navigation Satellite System; high-precision satellite positioning using carrier-phase corrections. "RTK-GNSS"
  • Servo motor: An actuator with closed-loop control of position, speed, or torque, often via internal sensing and control electronics. "12 servo motors are controlled"
  • Sheet metal welding: Joining sheet metal parts by welding to form strong, integrated structures. "sheet metal welding"
  • Sim-to-Real: Transferring policies or controllers trained in simulation to real hardware. "Sim-to-Real deployment."
  • Sim-to-Sim: Validating or transferring a controller across different simulators before deploying to hardware. "Sim-to- Sim simulation"
  • STEP files: ISO 10303 neutral CAD exchange files used for sharing and ordering fabricated parts. "STEP files"
  • TPU: Thermoplastic polyurethane; a flexible, abrasion-resistant polymer used for soft printed components. "3D printed in TPU"
  • URDF: Unified Robot Description Format; an XML specification for representing robot models. "includes the URDF model of MEVIUS2."
  • Wireless emergency stop: A remote, wireless safety mechanism to immediately cut power or halt motion. "wireless emergency stop"

Collections

Sign up for free to add this paper to one or more collections.

GitHub

Tweets

Sign up for free to view the 13 tweets with 276 likes about this paper.