登录
首页 » 软件系统 » apm2.74飞控代码

apm2.74飞控代码

于 2022-09-08 发布 文件大小:7.70 MB
0 82
下载积分: 2 下载次数: 1

代码说明:

应用背景# ArduPilot Project You can find lots of development information at the [ArduPilot development site](http://dev.ardupilot.com) ## Getting the source You can either download the source using the "ZIP" button at the top of the github page, or you can make a clone using git: ``` 关键技术APM是http://www.ardupilot.com/的一个开源嵌入式系统,用于控制直升机,多轴飞行器,模型车 基本配置可以参考http://dev.ardupilot.com/ 编译的配置参考http://dev.ardupilot.com/wiki/building-ardupilot-with-arduino-windows/

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • 设计模式观测器,观测器设计模式
    设计模式之Observer,设计模式之Observer-Design Pattern Observer, the Observer design pattern
    2022-01-23 11:11:17下载
    积分:1
  • matlab7@digital signal process enjoy!
    matlab7@digital signal process enjoy!-matlab7 @ digital signal process enjoy!
    2022-05-14 03:55:28下载
    积分:1
  • KTV加密狗数据。 KTV加密狗数据。
    KTV加密狗数据。 KTV加密狗数据。-KTV dongle data. KTV dongle data. KTV dongle data.
    2022-07-25 14:41:00下载
    积分:1
  • 哲学家进餐问题是荷兰学者Dijkstra 提出的经典问题之一,它是一个信号量机制问题的应用,在操作文化史上具有非常重要的地位。对该问题的剖析有助于学生深刻地...
    哲学家进餐问题是荷兰学者Dijkstra 提出的经典问题之一,它是一个信号量机制问题的应用,在操作系统文化史上具有非常重要的地位。对该问题的剖析有助于学生深刻地理解计算机系统中的资源共享、进程同步、死锁等问题,并能熟练地应用信号量来解决生活中的控制流程,即将生活中的控制流程用形式化的方式表达出来。 假设有5个哲学家,他们花费一生中的时光思考和吃饭。这些哲学家共用一个圆桌,每个哲学家都有一把椅子。在桌子中央是一碗通心面,在桌子上放着5只筷子。(如图所示)当一个哲学家思考时,他与其他同事不交互。时而,哲学家会感到饥饿,并试图拿起与他相近的两只筷子(他与邻近左、右之间的筷子)。一个哲学家一次只能拿起一只筷子。显然,他不能从其他哲学家手里拿走筷子。当一个饥饿的哲学家同时有两只筷子时,他就不能不用释放他的筷子而自己吃了。当吃完后,他会放下两只筷子,并再次开始思考。 规定奇数号哲学家先拿他左边的筷子,然后再去拿右边的筷子;而偶数号哲学家则相反。按此规定,将是1、 2号哲学家竞争1号筷子;3、4号哲学家竞争3号筷子。即五位哲学家都先竞争奇数号筷子,获得后,再去竞争偶数号筷子,最后总会有一位哲学家能获得两只筷子而进餐。 -dining philosophers problem is the Netherlands scholars Dijkstra"s one of the classic, It is a signal to the mechanism of application, the operating system in the history of culture has a very important position. Analysis of the problem to help students understand deeply the computer system resource sharing, process synchronization, and other issues Deadlock, skilled and can be applied to solve the signal volume life of the control flow, about the life of the control flow wi
    2022-03-25 04:58:02下载
    积分:1
  • MATLAB programming including very simple basic procedures
    MATLAB 简单编程 包括很基础的程序-MATLAB programming including very simple basic procedures
    2022-05-16 18:34:16下载
    积分:1
  • 最经典的汇编教材之一!值得收藏!
    最经典的汇编教材之一!值得收藏!-The most classic one of the compilation of teaching materials! Worthy collection!
    2022-03-21 23:49:36下载
    积分:1
  • 数值计算方法在C语言中的应用 介绍了数值计算方法与计算机程序语言相结合的重要性,在给出牛顿迭代公式之后,阐述了牛顿迭代法在do...
    数值计算方法在C语言中的应用 介绍了数值计算方法与计算机程序语言相结合的重要性,在给出牛顿迭代公式之后,阐述了牛顿迭代法在do-while循环中的应用,然后通过实例基于曲线梯形面积求解方法,论述了矩形法和梯形法在for循环中的应用.最后指出:用正确的数值计算方法编写高效的计算机程序解决复杂的实际问题应成为当代理工科大学生必备的基础与技能-numerical calculation method in the C language to the application of numerical methods and computer programming language combined weight in particular, given the Newton iterative formula, explained Newton iteration in do-while loop, the application Then examples curve trapezoid area based solution discussed rectangular and trapezoidal method for the application cycle. Finally : with the correct numerical method to prepare efficient computer programs to solve complex practical problems should become contemporary science and engineering students essential infrastructure and skills
    2022-06-02 02:45:26下载
    积分:1
  • It is a developers guide of Green Stone....
    It is a developers guide of Green Stone-It is a developers guide of Green Stone....
    2022-03-20 20:51:02下载
    积分:1
  • 很好的cd4060的中文说明书 费了很大劲才找到的
    很好的cd4060的中文说明书 费了很大劲才找到的-Cd4060 good Chinese manual costs a lot劲才found
    2022-05-19 01:11:56下载
    积分:1
  • 这是用c++制作的一个家电管理,实现了家电的入库,记录,卖出等自动管理功能,对学习c++的人很有帮助...
    这是用c++制作的一个家电管理系统,实现了家电的入库,记录,卖出等自动管理功能,对学习c++的人很有帮助-c produced an appliance management system that the amount of home appliances, records, etc. to sell automatic management capabilities, to learn the helpful c
    2022-08-20 05:41:26下载
    积分:1
  • 696518资源总数
  • 104377会员总数
  • 20今日下载