TL;DR: Hongdo is an HRI-focused promotional robot that moves through event spaces, approaches detected visitors, speaks with them, and offers a traditional Korean-style web experience that transforms participant photos into drawings.

Main deployment video from the Ansan Youth Day Festival.

The system combines ROS bringup, motor control, perception, obstacle sensing, a browser-based robot display, and AI image conversion. Hongdo was deployed at four public festivals, starting with Ansan Everyone's Playground Festival (안산 모두의 놀이터 축제); this page highlights the second deployment, Ansan Youth Day Festival, where visitors interacted with the robot through the event UI.

System Overview

Mobile Robot

ROS packages coordinate robot bringup, TF, motors, lidar, web connection, and the display workflow.

Visitor Interaction

Human detection and obstacle modules support event-space approach behavior and safe movement.

AI Photo Experience

The web interface guides photo capture, style selection, image conversion, and result sharing.

Architecture

Hongdo is organized as a ROS workspace. The NUC-side packages handle bringup, web integration, teleoperation, TF broadcasting, obstacle sensing, and robot description. The web layer is served from Node.js and connects the robot display to the ROS workflow.

  • hongdo_ros_bringup starts robot, model, motor, and web-connect launch flows.
  • hongdo_ros_web serves the event interface and photo conversion flow.
  • hongdo_ros_obstacle integrates lidar and obstacle messages.
  • hongdo_ros_description stores URDF and mesh assets for the robot model.
Hongdo robot software and hardware architecture diagram.
System architecture from robot hardware to NUC-side ROS modules.

Robot Display UI

The on-robot interface turns the technical pipeline into a guided visitor experience. Its ink-wash landscape, illustrated mascot, and short prompts keep the interaction approachable in a busy festival setting.

The opening screen introduces Hongdo before revealing the participation controls.
  1. Welcome & Consent

    Hongdo introduces the experience and asks whether the visitor wants to participate.

  2. Photo Capture

    The camera workflow guides the visitor through taking and confirming a portrait.

  3. Style & Conversion

    The visitor selects an effect while the interface carries the image through conversion.

  4. Result & Sharing

    The finished artwork is displayed and made available through a QR-based handoff.

Photo-To-Art Pipeline

Original input photo used for AI conversion.
Input photo
Line-art conversion output from the AI pipeline.
Line-art output
Anime-style conversion output from the AI pipeline.
Stylized output

The conversion flow references open-source image translation and sketch-generation projects, then wraps those outputs in a robot-facing event interaction. The visitor sees a continuous experience: capture, select, convert, and receive.

Festival Deployments

Hongdo was deployed at four public festivals. The records below are organized by deployment so each festival can carry its own media, venue context, and field notes.

Festival 01

Ansan Everyone's Playground Festival (안산 모두의 놀이터 축제)

Hongdo's first public deployment introduced the mascot robot form and a camera-linked booth workflow.

  • Robot mobility was not yet enabled.
  • Camera integration was connected.
Hongdo robot display setup at Ansan Everyone's Playground Festival.
Robot display setup
Team members posing with Hongdo at Ansan Everyone's Playground Festival.
Team PlanR with Hongdo

Festival 03

Ansan Citizens' Day Festival (안산시 시민의 날 축제)

The third deployment extended the public interaction workflow with AI output and physical expression.

  • AI photo-conversion version was added.
  • Robot joint motion was added.
Festival interaction video
Hongdo robot booth at Ansan Citizens' Day Festival.
Festival booth view

Festival 04

Hongdo Festival (홍이와 먹이 축제)

The fourth deployment validated the complete system in a dedicated public festival environment.

  • AI photo-conversion version was added.
  • All systems operated normally.
  • Tested with more than 100 citizens.
Hongdo robot booth at Hongdo Festival.
Festival booth display
Festival interaction video

Behind the Scenes

Fabrication and field debugging are collected separately from the festival-by-festival deployment record.