Imagine you're standing on a skateboard and trying to drill a hole in a wall. Every newton of force you apply pushes you backward; your balance depends entirely on your feet, which are also your propulsion. Now imagine doing that while hovering. That's the core control problem this paper solves — and the mechanism is more interesting than it sounds. The committed claim: an underactuated hexarotor with a 1-DoF manipulator arm can maintain stable, precise contact force against a surface using integral-augmented Sliding Mode Control (SMC) for trajectory tracking and admittance control for force regulation, achieving 0.12N RMSE and sustaining up to 20N of applied force. This is not a first-of-kind result — aerial manipulation with contact has been demonstrated before — but the specific architecture of coupling SMC with admittance control on an underactuated platform (where attitude and thrust are not independently commandable) is a clean engineering contribution. The ladder here matters. The paper compares its SMC-based approach against traditional PID control and demonstrates superior tracking and disturbance rejection. PID is the right baseline for a conference paper — it's what most practitioners actually use — but it's not a demanding one. The field's frontier includes impedance-controlled fully-actuated hexarotors, model-predictive approaches, and adaptive controllers. The authors don't compare against those. The 0.12N force RMSE and 20N sustained force numbers are strong in absolute terms, but without head-to-head comparison against impedance control or MPC-based aerial manipulation, we can't say where this sits on the real ladder. Architecturally, the paper sits in the robust-nonlinear-control family. SMC is a discontinuous control law that forces the system state onto a sliding surface and keeps it there despite bounded disturbances — it's the control-theory equivalent of a snow plow that doesn't care about bumps because it rides on a blade. The integral augmentation handles steady-state errors that pure SMC misses. The admittance layer translates measured contact force into a desired position offset, effectively making the drone behave like a spring-damper system at the contact point. The 1-DoF arm compensates for the tilt that contact forces inevitably induce in an underactuated vehicle. It's a layered architecture — trajectory tracking, force regulation, and tilt compensation each handled by a dedicated controller — and that modularity is both its strength and its limitation. Integrity is the weak link. Everything here is software-in-the-loop simulation. No hardware, no wind, no real contact dynamics, no sensor noise beyond what the simulator models. The authors are upfront about this — the paper is submitted to IEACon, a conference where SIL results are standard fare — but it means the load-bearing claim (stable 20N contact) has not been tested against the real-world phenomena that kill aerial contact systems: rotor downwash near surfaces, vibration-induced sensor drift, and unmodeled contact surface compliance. The PID baseline comparison is fair but soft. The milestone question for aerial contact inspection is clear: the field needs sustained, autonomous contact on real infrastructure — wind turbine blades, bridge piers, pipeline welds — with force errors under 1N and contact durations measured in minutes, not seconds. This paper's 0.12N RMSE is already inside that envelope in simulation; the gap is entirely about reality transfer. The next concrete number to watch is whether this architecture can maintain sub-0.5N RMSE on hardware with real aerodynamic ground/wall effects. The obvious successor experiment is hardware validation, and the honest read is (a) — they ran out of budget or hardware access. The paper is a 6-page conference submission from a university group; building and instrumenting a hexarotor with a force-controlled manipulator arm is expensive and time-consuming. There's no sign they're hiding failed hardware results. The second missing experiment is outdoor or semi-outdoor testing with wind disturbances, which would stress-test the SMC's robustness claims. That's likely a separate paper.