A flying car is a type of personal air vehicle or roadable aircraft that provides door-to-door transportation by both ground and air. The term flying car is also sometimes used to include hovercars.
Write event-driven code to get your drone to take-off, fly a predetermined path, and land in a simulated backyard environment.
Move beyond the backyard test grounds and fly your drone around a complex urban environment. To do so, you will load a map of a real city, plan a collision-free path between buildings, and watch your drone fly above city streets.
Implementation different motions (slow, fast, slalom, etc.) and analyze performance under different conditions.
implement an EKF (Extended Kalman filter) to estimate altitude and position from IMU and GPS data of a flying robot. After doing so, you will have implemented the full-stack for aerial robot
Write code a fixed-wing aircraft, and then implement solutions to a significantly more challenging control problem.
In this project you will code a fixed-wing aircraft, and then implement solutions to a significantly more challenging control problem.