Giter Club home page Giter Club logo

Comments (5)

gaoxiang12 avatar gaoxiang12 commented on August 13, 2024

你好,fasterlio里重力方向是在线估计的,一开始旋转矩阵为I,重力方向会在球面上进行调整,跑久了之后可能和一开始不在同一个方向上。
vins里面具体怎么做的我不太清楚,大部分应该是初始化时估计旋转矩阵,然后重力固定为9.8这样。

from faster-lio.

hr2894235132 avatar hr2894235132 commented on August 13, 2024

你好,fasterlio里重力方向是在线估计的,一开始旋转矩阵为I,重力方向会在球面上进行调整,跑久了之后可能和一开始不在同一个方向上。 vins里面具体怎么做的我不太清楚,大部分应该是初始化时估计旋转矩阵,然后重力固定为9.8这样。

想请问一下重力方向的在线估计具体是哪一块呢。只找到了下面这行代码:
init_state.grav = S2(-mean_acc_ / mean_acc_.norm() * common::G_m_s2);
vins里好像是是补偿了yaw角,进行重力方向的对齐。

from faster-lio.

gaoxiang12 avatar gaoxiang12 commented on August 13, 2024

在线估计就是说运动和观测里都会有g相关的项。
fastlio系列是把重力看作球面矢量,然后对这个球进行旋转来更新重力的方向。如果你打印整个slam过程中的重力估计值,它是会变的。具体的代码就和eskf观测模型放在一起了。

from faster-lio.

hr2894235132 avatar hr2894235132 commented on August 13, 2024

好的,非常感谢您的帮助和解答,我自己再学习一下,再次感谢!祝您工作顺利,生活愉快!

from faster-lio.

hr2894235132 avatar hr2894235132 commented on August 13, 2024

在线估计就是说运动和观测里都会有g相关的项。 fastlio系列是把重力看作球面矢量,然后对这个球进行旋转来更新重力的方向。如果你打印整个slam过程中的重力估计值,它是会变的。具体的代码就和eskf观测模型放在一起了。

高博您好!很抱歉再次打扰您,我想问一下,如果我想让雷达坐标系和重力方向对齐(也就是让z轴一直竖直向下),在初始化的时候估计旋转矩阵,进行补偿,那这个初始的雷达坐标系是和imu系一致的吗?雷达坐标系是什么呢?

from faster-lio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.