如何使用加速度计和陀螺仪数据确定相对位置

发布于 2024-10-18 10:19:18 字数 198 浏览 2 评论 0原文

我正在设计一个机器人,需要跟踪机器人运动的距离和方向,3D 中没有任何内容,我只需要 x,y 和 xy 平面中的角度。

我的问题:

  1. 是否可以使用带有卡尔曼滤波的陀螺仪和加速度计或任何其他方法来 跟踪这个? (我没有电机编码器)

我的限制:我没有空间容纳 GPS(由于功率要求) 或电机编码器(由于电机支持)

I am designing a robot, and need to track the distance and direction of the robot motion, Nothing in 3D, I only need x,y and angle in x y plane.

My question :

  1. Is it possible to use gyro and accelerometer with kalman filtering or any other methods to
    track this? (I do not have motor encoders)

My constraints : I do not have space to include a gps (due to power requirements)
or motor encoders (due to motor support)

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

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

发布评论

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

评论(1

锦上情书 2024-10-25 10:19:18

不,不是真的。如果你将加速度计值积分两次,你就可以得到位置,但误差是可怕的。在实践中是没有用的。

以下是 23:20 的原因说明(Google 技术讲座)

一个相关的问题可能是这个

No, not really. If you integrate the accelerometer values twice you get position but the error is horrible. It is useless in practice.

Here is an explanation why (Google Tech Talk) at 23:20.

A related question is probably this.

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