Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simeonradivoev/quadcopter-controller
A prototype for a physically based quadcopter controller with an autopilot in Unity3D
https://github.com/simeonradivoev/quadcopter-controller
autopilot controller drone pid prototype quadcopter unity3d
Last synced: about 1 month ago
JSON representation
A prototype for a physically based quadcopter controller with an autopilot in Unity3D
- Host: GitHub
- URL: https://github.com/simeonradivoev/quadcopter-controller
- Owner: simeonradivoev
- License: mit
- Created: 2018-10-01T14:23:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T21:56:54.000Z (8 months ago)
- Last Synced: 2024-04-23T23:16:58.070Z (8 months ago)
- Topics: autopilot, controller, drone, pid, prototype, quadcopter, unity3d
- Language: C#
- Homepage:
- Size: 9.78 MB
- Stars: 32
- Watchers: 6
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A prototype I made for a quadcopter controller with autopilot way back in Unity 5.5 (Ported to Unity 2018.2).
It uses PIDs for stabilizing the whole drone so that greater control is achieved. Forward movement is done by adding more force to appropriate propellers like in real life.It also has basic pathfinding and obstacle avoidance so it can go to a specified waypoint.
[![Showcase Video](https://img.youtube.com/vi/ith8UtAxiJk/0.jpg)](https://youtu.be/ith8UtAxiJk)
![Screenshot](https://github.com/simeonradivoev/Quadcopter-Controller/raw/master/Screenshots/Screenshot.png)
# How to use
Use the WASD keys to move the drone and Shift/Space to move it up and down.
A waypoint can be chosen by clicking the left mouse button on a surface.
To cancel the auto pilot just click the right mouse button.# Credits
The drone model is a free one I found on the interwebs. I don't remember where exactly it might have been https://free3d.com/, but I think it just might be ripped from COD MW3# Web Build
You can try the web build here https://simeonradivoev.itch.io/physical-quadcopter-controller