确定飞机的位置/方向

发布于 2024-10-29 12:46:26 字数 156 浏览 5 评论 0原文

我正在从事一个涉及陀螺仪的项目...

我正在使用 Arduino 和 ITG 3200 从陀螺仪读取数据。我为每个轴 (x,y,z) 得到 3 个以度/秒为单位的值。

我的问题是:我如何知道设备(假设是飞机)的实际(物理)位置或方向。必须有一个数学公式或类似的东西。

I'm working in a project that involves gyroscopes...

I'm using Arduino and an ITG 3200 to read the data from the gyroscope. I get 3 values in deg/s for each axis (x,y,z).

My question is: How can I know the actual (physical) position or direction of the device (let's say an airplane). There has to be a math formula or something like that.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

小苏打饼 2024-11-05 12:46:26

仅使用陀螺仪信号(必须对其进行数字积分),您最终会因漂移而遇到麻烦。通常所做的是将加速度计(用于低频信号,即漂移)与陀螺仪(用于高频信号)结合起来。这是一个链接,几个链接或多或少地显示了您想要的内容:

另请参阅以下 StackOverflow 问题:

Using only the gyroscope signal (which you have to integrate numerically), you'll eventually run into trouble, due to drift. What's normally done is combining an accelerometer (for low frequency signals, i.e. drift) with a gyroscope (for high frequency signals). Here's a link few links showing more or less exactly what you want:

Also, see these StackOverflow questions:

南冥有猫 2024-11-05 12:46:26

我们正在研究类似的问题。

我们发现 YouTube 上的这段视频特别有用,因为它附带了一篇论文以及一个实现(在 Arduino 上运行):

http://www.youtube.com/watch?v=fOSTOnQzZCI

论文和源代码:

http://code.google.com/p/imumargalgorithm30042010sohm/

在我们的例子中(获取遥控球的方向),我们还必须包括一个加速度计和一个磁力仪。

We are working on a similar problem.

We found this video on YouTube especially helpful, as it came with a paper as well as an implementation (which runs on Arduino):

http://www.youtube.com/watch?v=fOSTOnQzZCI

The paper and source code:

http://code.google.com/p/imumargalgorithm30042010sohm/

In our case (getting the orientation of a remote-controlled ball), we also had to include an accelerometer and a magnetoscope.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文