ARMOR: Egocentric Perception for Humanoid Robot Collision Avoidance and Motion Planning

1 Carnegie Mellon University
2 Apple

Abstract

Humanoid robots have significant gaps in their sensing and perception, making it hard to perform motion planning in dense environments. To address this, we introduce ARMOR, a novel egocentric perception system that integrates both hardware and software, specifically incorporating wearable-like depth sensors for humanoid robots. Our distributed perception approach enhances the robot's spatial awareness, and facilitates more agile motion planning. We also train a transformer-based imitation learning (IL) policy in simulation to perform dynamic collision avoidance, by leveraging around 86 hours worth of human realistic motions from the AMASS dataset. We show that our ARMOR perception is superior against a setup with multiple dense head-mounted, and externally mounted depth cameras, with a 63.7% reduction in collisions, and 78.7% improvement on success rate. We also compare our IL policy against a sampling-based motion planning expert cuRobo, showing 31.6% less collisions, 16.9% higher success rate, and 26x reduction in computational latency. Lastly, we deploy our ARMOR perception on our real-world GR1 humanoid from Fourier Intelligence. We are going to update the link to the source code, HW description, and 3D CAD files.

ARMOR Perception Hardware

Low-profile and distributed depth sensors enable comprehensive point cloud perception around the robot. We chose the SparkFun VL53L5CX time-of-flight (ToF) lidar for its coarse, yet lightweight, commercially available, and scalable properties. Firmware, hardware description, humanoid control code, simluation environment, training pipeline, 3D CAD files, etc will be available soon on our Github.

ARMOR-Policy

policy network
ARMOR-Policy is transformer based policy (based on Action Chunking Transformer)

ARMOR-Policy is trained on 86 hours of human motion dataset

Egocentric perception via wearable sensors allows nimble collision avoidance humanoid motion planning

Real-World Hardware Deployment

More videos with real-world robot are coming.

Citation

@misc{kim2024armor, title={ARMOR: Egocentric Perception for Humanoid Robot Collision Avoidance and Motion Planning}, author={Daehwa Kim and Mario Srouji and Chen Chen and Jian Zhang}, year={2024}, eprint={2412.00396}, archivePrefix={arXiv}, primaryClass={cs.RO}, url={https://arxiv.org/abs/2412.00396}, }

Designed by Daehwa