Large Unmanned Store System

Jan 31, 2023 · 1 min read
projects

Undergraduate project at Hanyang Univ.

This project proposed a cost-efficient unmanned store system by centralizing heavy perception on a main vision server and keeping each cart lightweight. For full project scope and team-level implementation details, see the project repository.

My Contribution

  1. Infrastructure Perception

    • Calibrated multiple ceiling cameras and transformed each camera coordinate to a single global reference frame.
    • Built multi-camera person detection and converted detections into global target positions for cart following.
  2. Cart Autonomy

    • Implemented a local safety layer with front/rear LiDARs to reduce blind spots and react to nearby obstacles in real time.
    • Estimated cart pose from encoder odometry and corrected accumulated drift using ArUco marker observations.

Outcome

  • Demonstrated person-following and obstacle-aware cart operation in an indoor retail-like setup.
  • Reduced cart-side compute burden and achieved a prototype cart hardware cost below KRW 800,000.
Taehun Ryu
Authors
M.S. Student
I’m currently pursuing an M.S. in Artificial Intelligence at UNIST and working in the 3D Vision & Robotics Lab advised by Prof. Kyungdon Joo. I received B.S. in Robotics from Hanyang University ERICA, South Korea in 2024. My research focuses on sensor calibration, visual SLAM, and event-based vision for robotics.