English

Real-Time Polygonal Semantic Mapping for Humanoid Robot Stair Climbing

Robotics 2024-11-05 v1 Computer Vision and Pattern Recognition

Abstract

We present a novel algorithm for real-time planar semantic mapping tailored for humanoid robots navigating complex terrains such as staircases. Our method is adaptable to any odometry input and leverages GPU-accelerated processes for planar extraction, enabling the rapid generation of globally consistent semantic maps. We utilize an anisotropic diffusion filter on depth images to effectively minimize noise from gradient jumps while preserving essential edge details, enhancing normal vector images' accuracy and smoothness. Both the anisotropic diffusion and the RANSAC-based plane extraction processes are optimized for parallel processing on GPUs, significantly enhancing computational efficiency. Our approach achieves real-time performance, processing single frames at rates exceeding 30 Hz30~Hz, which facilitates detailed plane extraction and map management swiftly and efficiently. Extensive testing underscores the algorithm's capabilities in real-time scenarios and demonstrates its practical application in humanoid robot gait planning, significantly improving its ability to navigate dynamic environments.

Keywords

Cite

@article{arxiv.2411.01919,
  title  = {Real-Time Polygonal Semantic Mapping for Humanoid Robot Stair Climbing},
  author = {Teng Bin and Jianming Yao and Tin Lun Lam and Tianwei Zhang},
  journal= {arXiv preprint arXiv:2411.01919},
  year   = {2024}
}

Comments

Accepted by The 2024 IEEE-RAS International Conference on Humanoid Robots. The code: https://github.com/BTFrontier/polygon_mapping

R2 v1 2026-06-28T19:47:07.444Z