wanghe
wanghe
> Hello, we tried to solve the issue. > > This is what we did: > > Updated the **getitem** method in UnetDataset class to ignore boundary pixels (value 255)...
> Hi, > > I have several bag files recorded at different altitudes with a UAV, such as 50m, 100m, etc. The LiDAR is positioned at nadir, pointing downward. There...
> @sharknow Does this always happen when you try to load a specific PCD file? If yes, please upload that file (zipped). In addition to the stack information you posted,...
> > @sharknow Does this always happen when you try to load a specific PCD file? If yes, please upload that file (zipped). In addition to the stack information you...
[pcd_file.zip](https://github.com/user-attachments/files/18295959/pcd_file.zip) I am using a Linux system. pcl: 1.10. compiler (version): gcc 9.4.0 The program was terminated by me, and if I don't terminate it, it will keep getting stuck....
> > I am using a Linux system. > > Which kind? Ubuntu, or Debian, or something else? Which version? > > > pcl: 1.10. > > PCL 1.10.0 or...
> 论文的F矩阵是x-error_{k+1}对x-error_{k}的导数结果。代码里面的df_dx是f函数对x-error_{k}的导数,可以计算出F矩阵的一部分。其中f的定义为x_{k+1}=x_{k}+f(x_{k}). 论文中F的表达式可以在esekfom.hpp的predict函数中找到,表达式为多个部分的加和。 > […](#) > ________________________________ 寄件者: wanghe ***@***.***> 寄件日期: 2024年10月28日 下午 03:44 收件者: hku-mars/Point-LIO ***@***.***> 副本: Subscribed ***@***.***> 主旨: [hku-mars/Point-LIO] 关于F矩阵和P矩阵 (Issue #105) This is an external email....
> if(!prop_at_freq_of_imu)//原始为1 { double dt_cov = time_current - time_update_last; if (dt_cov > 0.0) { kf_input.predict(dt_cov, Q_input, input_in, false, true); time_update_last = time_current; } } 原始配置为1,好像没有调过kf_input.predict(dt_cov, Q_input, input_in, false, true); 想问一下是不需要方差传播吗?...
> 论文的F矩阵是x-error_{k+1}对x-error_{k}的导数结果。代码里面的df_dx是f函数对x-error_{k}的导数,可以计算出F矩阵的一部分。其中f的定义为x_{k+1}=x_{k}+f(x_{k}). 论文中F的表达式可以在esekfom.hpp的predict函数中找到,表达式为多个部分的加和。 > […](#) > ________________________________ 寄件者: wanghe ***@***.***> 寄件日期: 2024年10月28日 下午 03:44 收件者: hku-mars/Point-LIO ***@***.***> 副本: Subscribed ***@***.***> 主旨: [hku-mars/Point-LIO] 关于F矩阵和P矩阵 (Issue #105) This is an external email....
>  datasets can't download(access to links shows denied status) Could help to reset the link ? same here