摘要:
假设你开车进入隧道,GPS信号丢失,现在我们要确定汽车在隧道内的位置。汽车的绝对速度可以通过车轮转速计算得到,汽车朝向可以通过yaw rate sensor(A yaw-rate sensor is a gyroscopic device that measures a vehicle’s angu 阅读全文
摘要:
PythonOCC comes with importers/exporters for the most commonly used standard data files format in engineering: STEP, IGES, STL (ascii/binary) and VRML 阅读全文
摘要:
在无迹卡尔曼滤波-2中我们曾举过一个例子,对服从二维正态分布的随机变量X产生1000个点,然后将其进行非线性变换,计算变换后点的均值,当产生的点越多计算结果越接近理想值。这实际上是采用了蒙特卡洛法的思想:Using a finite number of randomly sampled points 阅读全文
摘要:
无迹卡尔曼滤波(unscented kalman filter)中需要用到无迹变换。维基百科中对unscented transform的描述如下: The unscented transform (UT) is a mathematical function used to estimate the 阅读全文