Sim2Real & Control Architecture
How I structure robotics systems for stable control + measurable evaluation
My workflow is designed for repeatability: human input (gesture/keyboard) → control logic → simulator/hardware → logging → evaluation → regression gating. This keeps iteration fast and measurable.
[EMG/IMU] -> [Gesture Classifier] -> [Menu/State Machine]
-> [Command (Axis + +/-)]
-> [Controller (Cartesian/IK/Impedance)]
-> [MuJoCo Simulation] <-> [State Feedback]
-> [Logger] -> [Metrics + Video + Report]
-> [Regression Gate: SHIP/BLOCK]
Add 2–3 visuals here. Even simple screenshots improve credibility:
images/ and embed like:
<img src="images/architecture_diagram.png" alt="Architecture Diagram" style="width:100%; border-radius:12px; border:1px solid #ddd;">