
控制相关
文章平均质量分 62
wangbobit
这个作者很懒,什么都没留下…
展开
-
PID控制相关在线教程
参考网址http://ctms.engin.umich.edu/CTMS/index.php?example=Introduction§ion=ControlPIDIntroduction: PID Controller Design In this tutorial we will introduce a simple yet versatile feedback compensator原创 2016-02-27 13:24:16 · 794 阅读 · 0 评论 -
船舶航向计算
参考网址http://rebelengineering.blogspot.com/Here is some of our code- this section is a compound if function written last night that determines the course angle based on the cartesian plane and the angle原创 2016-02-28 10:40:03 · 4804 阅读 · 0 评论 -
一个pid的简单实现
这个是参考Pixhawk库文件pid文件夹下的程序// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- /// @file PID.cpp /// @brief Generic PID algorithm #include #include "PID.h" #include #includ原创 2016-02-28 21:50:02 · 3936 阅读 · 1 评论 -
航行时,计算地球上2个位置的距离,方位角度程序
参考Pixhawk中location.cpp /// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- /* * location.cpp * Copyright (C) Andrew Tridgell 2011 * * This file is free software: you can原创 2016-02-28 22:07:14 · 2140 阅读 · 0 评论