在线咨询 400-826-1668
回到顶部
ARTICLE DETAIL

资讯详情

深耕国风建站与运营引流的一线实战洞察。

旋转矩阵的导数

旋转矩阵的导数 3. 与 IMU 预积分代码的直接对应在Preintegrated::IntegrateNewMeasurement中,旋转增量正是用此原理计算的:cpp// 计算局部小旋转:dRi.deltaR = exp( (angVel - b.w) * dt ) IntegratedRotation dRi(angVel, b, dt); // 右乘更新预积分旋转:ΔR ← ΔR * exp(ω·dt) dR = NormalizeRotation(dR * dRi.deltaR);
返回列表