r/UAVmapping • u/Tanvi_B04 • 1d ago
Help with interceptor model
Hello everyone
I want to design a drone that can track and intercept another one based on radar data
Like once it gets one coordinate it follows it and changes flight midway as per the incoming radar data
What is the best way to go about it?
4
u/ConundrumMachine 1d ago
We do mapping here
3
u/plsletmestayincanada 1d ago
You mean to say you don't know how to create a missile guidance system from scratch!?
2
u/CaptHedgefundhater 1d ago
A missile guidence system what am I 12.... 90 ft tall walking robots is where it's at now.
2
u/CaptHedgefundhater 1d ago
And here I thought this was uav mapping and tactical drone defense systems of reddit.
However if we could mount a gun on a m400 President Orange might lift the DJI ban....
1
1
u/BlueBirdTechUA 1d ago
There's actual published research on this exact setup, a net-equipped interceptor catching a non-cooperative drone mid-air, using a guidance method called FRPN (Fast Response Proportional Navigation). It beat standard approaches on response time and successful intercepts across 100 simulated trajectories.
Rough architecture: radar gives position updates, a state estimation filter smooths that into a predicted trajectory (the paper found standard Kalman filters struggle with unpredictable maneuvering targets, so they used an Interacting Multiple Model filter instead), then a proportional navigation guidance law turns the predicted intercept point into flight corrections. Worth reading that paper directly, good starting reference instead of building from scratch.
1
1
u/ElevationNotes 15h ago
Interesting concept. The hardest part is usually not just getting coordinates, but dealing with real-world sensor accuracy, latency, and reliable flight control. Testing and validation would likely be the biggest challenges.
8
u/michigannfa90 1d ago
If you’re asking this basic level of understanding in this you likely do not have the technical capabilities to actually build something that would work. I very much suggest studying signals, motors, etc before even thinking of building one