无人机飞控种类整理lky小怪兽

1. FPGA baed platforms(Field-Programmable Gate Array)即现场可编程门阵列

1)Phenix Pro(RobSense Tech公司开发, 固件开源为:基于自主定制的无人机实时操作系统(UOS))

It is built on reconfigurable (可重构) System on a Chip (SoC) designed and developed by RobSense Tech, founded in 2015 and located in Hangzhou China.

The flight controller is equipped with the real-time operating system and Linux-based Robot Operating System(ROS).The flight platform supports 20+ interfaces includeing on-board sensors, mmWave radar, thermal camera,ultra-vision HD video transceiver via software defined radio,etc. In addition,its hardware(FPGA) acceleration(硬件加速能力) enables computer vision and Deep Neural Network algorithms applications. It runs FreeRTOS based UAV real-time operating system(PhenOS) that contains a built in multi-task scheduling, and ROS for intelligent algorithms and hardware resources management. Fig. 2-a shows Phenix Pro flight controller and Fig. 2-b shows its circuit board.  The schematic of this platform is closed-source, however, the project's software is open under The GNU General Public License(GPL)v3 license.

Phenix Pro 搭载业界首创的基于SoC(ARM+FPGA)架构的无人机实时操作系统(UOS)和优秀的飞行控制算法。ARM双核处理器提供实时的自动控制与人机交互性能的同时,FPGA可以实现计算机视觉、卷积神经网络等算法的硬件加速并降低功耗。三余度IMU+三余度GPS.

2)OcPoC(Octagonal Pilot on Chip):(Aerotenna公司开发, 运行固件为APM)

It is developed by Aerotenna Company, founded in 2015 and located in Bioscience and Technology Business Center, University of Kansas, USA. OcPoC expands its input and output capabilities to include fully programmable PWM, PPM, and GPIO pins to integrate with a vast number of different sensor additions. It also include many other standardized connectors for peripherals(外围设备) such as GPS, CSI camera link, and SD card. It runs ArduPilot software platform.

Fig. 3-a shows OcPoC flight controller and Fig. 3-b shows its circuit board. The schematic of this platform is closed-source.

2. ARM-based platforms

1) PIXHAWK/PX4:(苏黎世大学的 Computer Vision and Geometry Lab and Autonomous System Lab,固件为PX4和APM)

It is a computer vision research based flight control designed by Computer Vision and Geometry Lab of ETH Zurich and Autonomous System Lab. It is an evolution of the PX4 flight controller system(i.e., enclosure(密集化) and perhaps modified connections(改进接口)). It consists of a PX4-Flight Management Unit(FMU) controller and a PX4-IO integrated(集成) on a single board with additional IO, Memory and other features. In addition, it works closely with the Linux Foundation DroneCode project.

Fig. 4-a shows PIXHAWK flight controller and Fig. 4-b shows its main circuit board; PX4. The project is available under the Berkeley Software Distribution(BSD) license.

2) PIXHAWK 2:(PX4 and ArduPilot 团队,固件为PX4和APM)

It grows from the Pixhawk Hardware Project and done as a group effort by the PX4 and ArduPilot teams. It is a small cube , has triple redundant(三倍冗余) IMU's, and up to 3 GPS modules. All connection (I/Os) to the cube is in one single DF17 connector. Its carrier has an interface to Intel Edition (works as a companion computer(伴随的电脑)).重点

Fig. 5-a shows PIXHAWK 2 enclosure and Fig. 5-b shows its circuit board. The Pixhawk 2 schematics(电路图) are open under the CC-BY-SA-3.0 license.

3) Paparazzi & Chimera:(ENAC Lab,固件为 Paparazzi autopilot system)

It is the first and the oldest open-source drone hardware and softeware project. It is developed in Ecole Nationale de I'Aviation Civil (ENAC) UAV Lab since 2003. It encompasses(集成) autopilot systems and ground station software for multicopters/multirotors, fixed-wing, helicopters and hybrid aircrafe ("Flexible open architecture for UASs integration(集成) into the airspace: Paparazzi autopilot system", in 2016 IEEE/A-IAA 35th Digital Avionics Systems Conference(DASC), Sept 2016, pp.1-7.). In March 2017, ENAC Lab released a new autopilot named Chimera that is based on the latest STM32F7 Microcontroller Unit (MCU). (配备ARM® Cortex®-M7内核的超高性能STM32F7系列)Fig. 6 shows Paparazzi Chimera circuit board. The hardware and sofeware of the project are available under the GPL licence.

4) CC3D & Atom:(OpenPilot/LibraPilot公司,固件为:OpenPilot/LibraPilot firmware)

They are two flight controller s have the same functionalities but defferent in size. They are developed by OpenPilot which became LibraPilot recently. The CC3D and Atom flight controllers have all types of stabilizations hardware which run the OpenPilot/LibraPilot firmware. They can be configured (安装配置) to fly any airframe from fixed-wing to an octocopter using the OpenPilot/LibraPilot. The hardware and the sofeware of the project are available under the GPLv3 license. Fig. 7-a and b show CC#D and Atom circuit boards, respectively.

3. Atmel-based platforms

1) Ardupilot Mega(APM):(DIY Drones community开发,运行固件为ArduPilot)

It is an Arduino Mega-based autopilot system developed by DIY Drones community as an upgrade of ArduPilot flight control. It is able to control autonomous multicopters, fixed-wing aircraft, traditional helicopters, ground rovers and antenna trackers. Fig. 8-a shows ArduPilot Mega(APM) v2.8 unit and Fig. 8-b shows its circuit board. The project is open under GPLv3 license.

The design of FlyMaple is based on the maple, which is an Arduino style ARM processor. Fig. 9 shows Flymaple flight controller board. The project is under GPLv3 license.

4. Raspberry Pi based platforms(由Erle Robotics公司开发)

1) Erle-Brain 3:

It is Linux based open pilot for drones developed by Erle Robotics, Spain. It combines an embedded Linux computer (Raspberry Pi) and a daughter board (PXFmini) containing several sensors, IO and power electronics. The PXFmini is an open hardware autopilot shield for making robots and drones meant for the Raspberry Pi family. It is build on top of the Dronecode Foundation technologies.

Fig. 10-a shows Erle-Brain 3 autopilot and Fig. 10-b shows lts parts (PXFmini + Raspberry Pi). The PXFmini schematics are open under the Creative Commons Attribution-NonCommercial-ShareAlike (CC BY-NC_SA) license.

重要信息提取:

1. STM32F7 Microcontroller Unit (MCU). (配备ARM® Cortex®-M7内核的超高性能STM32F7系列)。

2. FPGA(Field-Programmable Gate Array),即现场可编程门阵列,非常先进的技术。

1) Phenix Pro便是基于该处理器,运行固件为基于SoC(ARM+FPGA)架构的无人机实时操作系统(UOS)。

2) ARM双核搭配FPGA硬件加速,令计算机视觉、神经网络等人工智能技术在无人机上实时运算成为可能,效能比超GPU同类型方案两个数量级以上。

3) Phenix Pro支持智能感知环境、闪避障碍物、全自主飞行。

4) Phenix Pro可以轻松兼容20种以上不同设备(传感器)同时接入。

3. PIXHAWK/PX4: It is a computer vision research based flight control designed by Computer Vision and Geometry Lab of ETH Zurich and Autonomous Systems Lab.竟然是基于飞控的计算机视觉研究,并没有发现这点,之后在仔细研究一下,究竟是哪个地方体现了计算机视觉。

4. PIXHAWK 2:

1) All connection (I/Os) to the cube is in one single DF17 connector.(只有一个接口).

2) Its carrier board has an interface to Intel Edison (works as a companion computer). (竟然还可以附带一个微型计算机Intel Edison)

运行Linux系统!运行Linux系统!运行Linux系统!重要的事说三遍,我好像看到了什么!

THE END
0.探测手段十分丰富,打击方式灵活多变,多种反无人机方案在珠海大放【环球时报赴珠海特派记者 马俊】如何应对防不胜防的小型或微型无人机,已经让包括五角大楼在内的各国军方都头疼不已。在本届珠海航展上,大批中国防务企业都展出了种类多样的反无人机系统,“反无”这个略显古怪的简称也随处可见。《环球时报》记者注意到,相比上一届珠海航展,今年的反无装备更为体系化、作战模式也jvzquC415i4djrsc0eun1jhv1oomk}ft{174299399532;9333;06@:::3;60qyon
1.开放类轻微型无人机适用于开展哪些业务?航拍、测绘?关于民用无人关于民用无人驾驶航空器运营合格证相关信息(业务种类、申请流程)介绍 在无人机技术迅猛发展的当下,开放类轻微型无人机凭借其轻巧灵活、操作简便等特性,在诸多领域展现出独特价值。了解其适用业务范围以及民用无人驾驶航空器运营合格证相关信息,对从业者和爱好者至关重要。 开放类轻微型无人机适用业务 航拍领域 开放类jvzquC41o0726?<0eqs0r{tfwez0f=7879::57mvo
2.无人机遥感技术论文通用12篇开篇:写作不仅是一种记录,更是一种创造,它让我们能够捕捉那些稍纵即逝的灵感,将它们永久地定格在纸上。下面是小编精心整理的12篇无人机遥感技术论文,希望这些内容能成为您创作过程中的良师益友,陪伴您不断探索和进步。 第1篇 关键词:微型多旋翼;环境监测;飞行控制系统 jvzquC41ih4ywnxjw0ipo8mcqyko1@8;374ivvq
3.明年1月1日起无人机未实名登记将被处罚民用无人驾驶航空器:是指从事除用于执行军事、警察和海关飞行任务外的无人驾驶航空器。 无人驾驶航空器:是指机上没有机载驾驶员,自备动力系统的航空器,分为微型、轻型、小型、中型和大型。(简称无人机、UAV) 要学会分辨无人机种类 民用无人驾驶航空器(俗称“无人机”)按照性能分为微型、轻型、小型、中型和大jvzquC41crv/ezwd0et0pn|u14635664/4<03A58396/j}rn
4.民用无人驾驶航空器运营合格证办理十大问题汇总民用无人驾驶航空器运营合格证是由相关政府机构颁发的一种证书,用于证明某个机构或企业具备合法运营民用无人驾驶航空器(也称为无人机)的资质和能力。获得该证书的无人机及其运营单位,才能在合规的范围内开展商业活动。 使用除微型以外的无人机从事飞行活动的单位都应申请取得无人机运营合格证。 jvzquC41yy}/srsi|jodjnsi0eun1wjyu1nbpp~g138787mvon
5.航天科工携全域攻防装备六大体系亮相第十五届中国航展第十五届中国国际航空航天博览会将于11月12日在广东珠海开幕,中国航天科工集团有限公司携全域攻防装备六大体系、百余项装备展品重磅亮相,以HQ-9BE远程防空武器系统、HQ-17AE近程防空武器系统、YJ-12E超声速导弹、BP-12B导弹武器系统、WJ-700“猎鹰”无人机、FK-4000防空武器系统等为代表的一批先进装备悉数亮相,系统jvzq<84yyy4dc|ne0eun0ls1p3849@93;1t24<<:38<0e<55;5<:98hqpvkov7mvon
6.无人机的四种类型及区别新闻动态近十年来,无人机实际上已经得到了飞速发展。从穿越无人机和业余爱好者的选择到交付无人机和更多的商业用途,无人机也越来越受欢迎。目前,市场上的无人机种类也逐渐多样起来,我们在选择无人机时,需要加以研究才能找到符合我们需求的无人机。无人机主要有以下四种: jvzq<84yyy4uqwljcpmvc3eqo5og€x1xkkx1;9;0jznn
7.2025年无人机市场前景分析预测1.1 无人机行业简介 1.1.1 无人机行业界定及分类 1.1.2 无人机行业特征 1.2 无人机产品主要分类 1.2.1 不同种类无人机价格走势(2017-2028年) 1.2.2 微型无人机 1.2.3 轻型无人机 1.2.4 小型无人机 1.3 无人机主要应用领域分析 1.3.1 消费级和商业级 jvzquC41yy}/erw0ep581<71YwXfpSnUjkIicwlSkctKkwlHgp^j[~Hg0jznn
8.无人机组装与调试第3章无人机组装工艺基础.ppt3.2 无人机装配工艺 6、布线原则 元器件布线主要在无人机机身内部,布线必须遵守相关原则,以免导线相互干扰,尤其是对于微型无人机,内部空间较小.更应仔细布线,满足装配工艺的要求。 1.应选择最短的布线距离,但连接时导线不能拉得太紧。 2.不同种类的导线应避免相互干扰和寄生耦合。 3.导线应远离发热元器件.不jvzquC41oc~/dxtm33>/exr1jvsm1;5441663A4832636;5432653>50ujzn
9.丹尼带你入坑无人机1认识无人机(四轴)无人机几轴是什么意思本文深入探讨了四旋翼无人机的种类与特性,包括玩具级、竞赛级和航拍级四旋翼无人机。详细介绍了各类无人机的价格、尺寸、重量及适用场景,适合初学者到专业玩家的不同需求。 无人机是无人驾驶飞机的简称,利用无线遥控器和自身程序控制的不载人飞机。 AI写代码 jvzquC41dnuh0lxfp0tfv8xkipynkuj1ctzjeuj1fgzbkux1:4>74>84