emrp2022:start
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
emrp2022:start [2023/03/19 07:03] – [PID Control Theory] osama-haiyl-attallah.attallah | emrp2022:start [2023/03/19 07:07] (current) – osama-haiyl-attallah.attallah | ||
---|---|---|---|
Line 709: | Line 709: | ||
- Brake mode: Immediately stops the drone | - Brake mode: Immediately stops the drone | ||
- | Try to setup a logical and easy-to-configure choice of flight modes, as it will be necessary to remember how you mapped them later during flight. The current set flight mode appears on the main screen of the ground control software. | + | Try to make a logical and easy-to-configure choice of flight modes, as it will be necessary to remember how you mapped them later during flight. The current set flight mode appears on the main screen of the ground control software. |
Note while configuring the remote to the Qgroundcontrol: | Note while configuring the remote to the Qgroundcontrol: | ||
Line 746: | Line 746: | ||
==Setup power and ESC calibration== | ==Setup power and ESC calibration== | ||
- | Before setting up the power source, some essentials have to be provided: | + | Before setting up the power source, some considerations: |
Line 813: | Line 813: | ||
=====Programming, | =====Programming, | ||
- | Drones can be programmed through a software development kit (SDK) or application programming interface (API) in their packages. Most of the drones that are programmable already come with their own firmware. Specialized functions or applications can then be be developed with a programming language like Python, or the SDK if already provided. Dronekit is an API that can be used to interface the drone by sending MAVlink commands to the drone. Dronekit comes readily equipped with intelligent flight path planning and other autonomous functions All complex tasks must be done from the source of a different framework, such as MAVSDK or ROS (robot operating system), which is a group of modular frameworks, wherein sensors publish data to subscribers. ROS and ROS 2 are different systems with the same concept. MavROS is a direct connection interface that pushes all the info from MAVlink into a ROS format. Drones have a the vast potential in remote sensing because of aerial photographic and surveillance capabilites, | + | Drones can be programmed through a software development kit (SDK) or application programming interface (API) in their packages. Most of the drones that are programmable already come with their own firmware. Specialized functions or applications can then be be developed with a programming language like Python, or the SDK if already provided. |
+ | |||
+ | Dronekit is an API that can be used to interface the drone by sending MAVlink commands to the drone. Dronekit comes readily equipped with intelligent flight path planning and other autonomous functions All complex tasks must be done from the source of a different framework, such as MAVSDK or ROS (robot operating system), which is a group of modular frameworks, wherein sensors publish data to subscribers. | ||
+ | |||
+ | However, there are some limitations that can hinder drones. First is the restriction on the weight and area available on the drone surface necessary to compute alogrithms with few hardware resources. If adequate processing power is needed, at most a battery with more cells i.e. bigger voltage and weight are also required. Additionally, | ||
A prominent example of object classification applications is the identification and distinction between dogs and wolves, this can be useful in, for example farms or ranches where cattle lives, where the operating drone spots an invading wolf and would enact a mission program to chase and scare it away. Another instance is the rescue of lost pets, or identification of drowning or endangered animals, to help rescue them. By programming in Python and applying convolutional neural networks, this can be setup with the following: | A prominent example of object classification applications is the identification and distinction between dogs and wolves, this can be useful in, for example farms or ranches where cattle lives, where the operating drone spots an invading wolf and would enact a mission program to chase and scare it away. Another instance is the rescue of lost pets, or identification of drowning or endangered animals, to help rescue them. By programming in Python and applying convolutional neural networks, this can be setup with the following: | ||
Line 847: | Line 851: | ||
{{ : | {{ : | ||
< | < | ||
- | Figure 44: Map of control | + | |
+ | Figure 44: Map of control | ||
=== Inverted Pendulum with PID === | === Inverted Pendulum with PID === | ||
emrp2022/start.1679205828.txt.gz · Last modified: 2023/03/19 07:03 by osama-haiyl-attallah.attallah