Zhejiang University trains drones to fly through gaps
Researchers at Zhejiang University developed a vision-based control system that enables a quadcopter to navigate narrow openings using only onboard vision and sensors, according to Hackster.io. The team trained a neural network policy with reinforcement learning in simulation and then transferred it to a real vehicle, per Hackster.io. Instead of a conventional pipeline of state estimation, gap detection, trajectory planning, and control, the system maps camera images and other onboard sensor data directly into low-level flight commands, Hackster.io reports. The custom test platform measured 38 cm wide and 10 cm tall and carried a monocular camera, a PX4 flight controller, and an NVIDIA Jetson Orin NX, according to Hackster.io. To accelerate exploration, the researchers used trajectories produced by a model-based planner to guide the learning process, per Hackster.io.
What happened
Researchers at Zhejiang University built a vision-based control system that lets a small quadcopter fly through confined openings using only onboard sensing, according to Hackster.io. The project replaces a traditional robotics stack with a learned sensorimotor policy that maps camera images and other onboard sensor inputs to low-level flight commands, per Hackster.io.
Technical details
Per Hackster.io, the team trained a reinforcement learning policy in simulation and transferred it to a physical quadrotor. The custom test vehicle measured 38 cm wide and 10 cm tall and carried:
- •a monocular camera
- •a PX4 flight controller
- •an NVIDIA Jetson Orin NX computer
Hackster.io reports that the researchers used trajectories from a model-based planner to guide exploration during training, addressing the sparsity and danger of random trial-and-error when learning aggressive gap traversal.
Editorial analysis
Industry observers note that end-to-end, vision-driven sensorimotor policies have become a preferred research approach for agile robotics because they can compress perception-to-action latency and reduce payload complexity. Comparable projects typically rely on careful simulation-to-real transfer methods, guided demonstration data, or planner-assisted exploration to avoid unsafe exploration in the real world.
What to watch
For practitioners and labs, key indicators are whether the team publishes training code or domain-randomization details, test robustness under wind and lighting variation, and scalability to larger platforms or additional maneuvers. Improvements in planner-assisted RL and safer real-world exploration techniques would make similar tactics more practical in applied robotics.
Scoring Rationale
End-to-end vision-based drone control for gap traversal is a noteworthy robotics result from Zhejiang University. Practical impact depends on reproducibility and sim-to-real generalization under varied conditions. Relevant to robotics practitioners but limited mainstream AI-industry scope.
Practice interview problems based on real data
1,500+ SQL & Python problems across 15 industry datasets — the exact type of data you work with.
Try 250 free problems


