自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(24)
  • 资源 (9)
  • 收藏
  • 关注

原创 ACP和PMP区别在哪儿 联系又在哪儿

二者都是为了公司战略服务 让项目朝着目标靠近说白了就是节约成本创造价值 降低风险...区别在于 二者关注点稍有不同PMP更多的关注实施方的利益 而敏捷在于创造对用户有用的价值不是说PMP不关心用户利益而是说它在客户满意度的框架内更多考虑组织的利益然后 我又补了一点 不管任何管理学 都或多或少提到 持续改进 这二者也不例外

2016-05-26 16:51:51 8465

翻译 Adding Support for a new MAVLink Gimbal

Adding Support for a new MAVLink GimbalThis page covers how ArduPilot interacts with a MAVLink enabled gimbal. It is meant more as a guide on how gimbal manufacturers can make their gimbals work w

2016-05-24 16:59:06 726

翻译 Adding a new MAVLink Message (Code Overview)

Adding a new MAVLink Message (Code Overview)Data and commands are passed between the ground station (i.e mission planner, Droid Planner, etc) using the MAVLink protocol over a serial interface.

2016-05-24 16:58:44 1048

翻译 Scheduling Code to Run Intermittently (Code Overview)

Scheduling Code to Run Intermittently (Code Overview)This page describes how you can schedule some new piece of code you have written to run intermittently.Running your code with the schedul

2016-05-24 16:58:21 585

翻译 Adding a New Flight Mode (Copter Code Overview)

Adding a New Flight Mode (Copter Code Overview)This section covers the basics of how to create a new high level flight mode (i.e. equivalent of Stabilize, Loiter, etc) which is the top level of “t

2016-05-24 16:57:54 862

翻译 Adding a New Parameter (Code Overview)

Adding a New Parameter (Code Overview)Parameters can either be part of the main code or part of a library.Adding a parameter to the main codeStep #1: Find a spare slot in the Parameters clas

2016-05-24 16:57:23 649

翻译 Attitude Control (Copter Code Overview)

Attitude Control (Copter Code Overview)Between AC3.1.5 and AC 3.2 the attitude control logic was restructured as part of “the onion” project. The new structure is shown below.On every update

2016-05-24 16:56:43 1016

翻译 ArduPilot Programming Libraries

ArduPilot Programming LibrariesThe the libraries are shared with Copter, Plane and Rover. Below is a high level list of libraries and their function.Core libraries:AP_AHRS - attitude est

2016-05-24 16:56:07 620

翻译 Learning ArduPilot - Vehicle Code

Learning ArduPilot - Vehicle CodeNow that you understand the ArduPilot libraries and the way tasks work in ArduPilot it is time to start exploring a particular vehicle type. There are currently 4

2016-05-24 16:53:50 1378

翻译 Learning ArduPilot - Storage and EEPROM management

Learning ArduPilot - Storage and EEPROM managementEvery board that ArduPilot supports has some form of persistent storage available. This is used to hold user parameters, waypoints, rally points,

2016-05-24 16:53:33 1392

翻译 Learning ArduPilot — RC Input and Output

Learning ArduPilot — RC Input and OutputRC input is a key part of any autopilot, giving the pilot control of the airframe, allowing them to change modes and also giving them control of auxiliary e

2016-05-24 16:52:51 2121

翻译 Learning ArduPilot - UARTs and the Console

Learning ArduPilot - UARTs and the ConsoleA lot of components in ArduPilot rely on UARTs. They are used for debug output, telemetry, GPS modules and more. Understanding how to talk to the UARTs vi

2016-05-24 16:52:30 2116 4

翻译 无人机飞控平台ArduPilot源码入门教程 - 多线程

ArduPilot有没有多线程?有哪些重要概念

2016-05-24 16:51:59 7140 1

翻译 无人机飞控平台ArduPilot源码入门教程 — 例子

例子里面为什么有hal引用?setup()和loo()干什么的?AP_HAL_MAIN() 宏干了什么?

2016-05-24 16:51:29 8919

翻译 无人机飞控平台ArduPilot源码入门教程 — 简介

怎么看代码?代码结构是怎样的? 模型相关目录.硬件抽象层,库,外部支持代码,工具目录怎么编译?

2016-05-24 16:50:20 27385 1

翻译 无人机飞控平台ArduPilot源码概览 - 首页

原文链接在http://ardupilot.org/dev/docs/apmcopter-code-overview.html

2016-05-24 12:34:33 3154

翻译 无人机飞控平台ArduPilot源码入门教程 - 首页

原链接在http://ardupilot.org/dev/docs/apmcopter-code-overview.html无人机飞控平台源码入门教程

2016-05-24 12:32:23 8510

原创 SIM卡的封装有哪几种?

subscriber identification module (SIM), Full size是和银行卡差不多的的, Mini是之前用最多的,后面又出现了Micro和nano

2016-05-24 12:21:06 7172

原创 tf卡和sd卡的区别是什么?还有哪些常用存储卡?

存贮卡种类,MMC发展处SD系列,SD卡有大中小三种,后两种叫做MiniSD和MicroSD,后者更小,就是我们常说的TF卡

2016-05-24 12:20:37 1182

原创 ardupilot的发展历史

http://ardupilot.org/dev/docs/common-history-of-ardupilot.html#history-of-ardupilot

2016-05-23 23:16:58 1266

转载 APM 、PX4, PIXHAWK

三系统的比较* APM2.5与2.6是传统ardupilot飞控的最新(也是最终)版本: APM25 与 26 概览* PX4FMU与PX4IO 是这个新飞控家族的最初两个版本: Px4FMU 概览 与 Px4IO 概览* Pixhawk是结合 PX4FMU / PX4IO改进而开发出的PX4飞控的单块电路板版本。* APM 8位CPU在储存和CPU计算能力上不足* PX4FM

2016-05-22 23:54:03 11170

原创 无人机,diyDrones,3dr,pixhawk,Chris Anderson, 这几个概念是什么关系?

http://ardupilot.cnhttp://www.playuav.com/explore/is_recommend-1http://www.pixhawk.comhttp://diydrones.com

2016-05-21 23:24:37 3513

原创 grass gis 的求buffer最基本内容

重叠部分的计算我没看懂核心部分是:基于椭球切线原理求平行线使用求椭球切点函数elliptic_tangent计算切点向量,以切点向量计算平行线// 向量标准化函数/* norm_vector() calculates normalized vector form two points */void NormalizeVector(double y0, double x0

2016-05-20 23:36:06 867

原创 grass buffer2 算法基本原理

Grassgis绘制buffer流程1.分析线型,得到二维图形数据(pg_create)1.获取所有交叉点和边的分割,得到数据(si)2.创建空壳的二维图形数据(pg),◦输入参数是交叉点数据中的group分组数,以及交叉点数x23.提取其中的组作为点,保存到pg的vertex中,◦注意

2016-05-20 23:32:30 748

opengles20-reference-card.pdf

opengles20-reference-card.pdf

2022-01-14

opengles3-quick-reference-card.pdf

opengles3-quick-reference-card.pdf

2022-01-14

MultiPortFlashDownloadProject.exe

MultiPortFlashDownloadProject.exe 这是一个手机烧写工具

2015-08-21

MTK10A开发指南-how to write an application.pdf

MTK10A开发指南-how to write an application.pdf 也许他还有其他的名字,不过都是教人写mtk上的一个mmi页面的

2015-08-18

MTK 10A_MMI_Resource_Training.pdf

MTK 10A 架构的资源添加文档 MTK的架构不断更新,请选取适合自己的版本资料

2015-08-18

TK系列示波器中文说明书

TOPTEK 系列示波器的中文说明书, 可以用作普通模拟示波器的参考

2012-08-26

重构 - Refactoring, Improving the Design of Existing Code - Martin Fowler

该书讨论如何在现有代码的基础上重构,并加入新代码的各种具体的思路和方法

2010-04-30

重构 - Refactoring Improving the Design of Existing Code - Martin Fowler

该书讨论如何在现有代码的基础上重构,并加入新代码的各种具体的思路和方法 有些机器解压后需要将pdf文件名改为1.pdf才能正确打开,感谢网友“风雨者”的反馈

2010-04-21

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除