Project
# | Title | Team Members | TA | Documents | Sponsor |
---|---|---|---|---|---|
9 | H.E.R.O. - HAZARDOUS ENVIRONMENT REMOTE OPERATOR |
Jun Liang Qihan Shan Sizhao Ma Xihe Shao |
design_document1.pdf design_document2.pdf proposal1.pdf proposal2.pdf |
||
# H.E.R.O. - HAZARDOUS ENVIRONMENT REMOTE OPERATOR ## PROBLEM Human workers in hazardous environments, such as handling toxic materials, high-voltage equipment, or explosives, face significant risks to their safety. Current solutions, such as glove-based sensor systems or pre-programmed robots, lack flexibility, comfort, and adaptability. These methods often require physical wearables and high costs, restricting their practical application in dangerous scenarios. ## SOLUTION A vision-based robotic hand system that mimics human gestures in real-time using non-invasive camera tracking and 3D-printed components. Key innovations include: - Camera-driven gesture recognition eliminating wearable sensors. - Real-time mimicry with closed-loop feedback for accuracy. - Low-cost 3D-printed design making robotic manipulation accessible for hazardous environments. ## SOLUTION COMPONENTS ### SUBSYSTEM 1: VISION & GESTURE RECOGNITION - **Camera module (webcam):** Capture hand movements. - **Computer vision algorithms (OpenCV or MediaPipe):** Detect and track hand landmarks. - **Communication API:** Translate gestures into spatial coordinates for robotic replication that can be recognized by control system. ### SUBSYSTEM 2: MOTION CONTROL & ACTUATION - **Inverse kinematics:** Map hand coordinates to servo angles. - **Micro controller:** Compute the control signal and drives servo motors. - **3D-printed robotic hand:** Replicate gestures with five degrees of freedom. - **ARX robotic arm:** Provide a movable platform for our hands. ### SUBSYSTEM 3: SAFETY & RELIABILITY - **Fail-safe mechanisms (e.g., emergency stop, error thresholds):** Prevent unintended motions. - **Closed-loop feedback:** Ensure real-time corrections and stability. - **Modular design:** Allow quick repairs in hazardous conditions. ## CRITERION FOR SUCCESS - **Real-time responsiveness:** Latency 90% (Over 90% pose can be correctly performed). - **Cost:** Total system cost under $200 (vs. commercial robotic hands costing $1,000+). |