Yi-Chen Zhang

Results 7 issues of Yi-Chen Zhang

The current removeNaNFromPointCloud does not modify the input point cloud. Adding a second *pc_in so that input can be modified. See https://pointclouds.org/documentation/group__filters.html#ga0839c52ff34eb1f6ffc58cf5cc853bd8

AT_CHECK is deprecated in torch 1.5. Change all the AT_CHECK to TORCH_CHECK.

This isn't meant to be a PR, so sorry for making one, but I didn't find another way to notify anyone who might be interested. As you may know, the...

Hi, I have a question regarding branch coverage. I have turned on the branch coverage in the config file `/etc/lcovrc' ``` # Specify if branch coverage data should be collected...

Thank you for providing this excellent library and easy-to-use API for IEKF. I am currently exploring the [invariant_extended_kalman_filter.h](https://github.com/artivis/kalmanif/blob/devel/include/kalmanif/impl/invariant_extended_kalman_filter.h) and was wondering if it's possible to implement a Mahalanobis distance gating...

Fix some typos in the examples.

This PR provides an example of the left IEKF method based on position measurements (GPS-like). The example was adapted from [here](https://github.com/artivis/manif/pull/203/files#diff-a0199449b58ed7c0be2002ebe356befd402aafc366bafbe94f4aba026549cf69) with some corrections in the update step.

enhancement
Documentation