Gyubeom Edward Im

Results 7 issues of Gyubeom Edward Im

I've added `.npy` file visualizer for ROS Rviz. It isn't perfect but It's useful when you check your evaluate files. It's using `.npy` file then you need to have 1....

Replace the g2o codes to the latest version (2020.09). Also, the lastest commit of Sopuhs library is normally built.

run as follows. (tested on Ubuntu 16.04 LTS) $ `docker pull edward0im/starlaw:lsd-slam` $ `vim run_lsd_slam.sh` type below ``` #!/bin/sh XSOCK=/tmp/.X11-unix XAUTH=/home/${USER}/.Xauthority xhost +local:docker # --runtime=nvidia \ docker run \ --net=host...

Thank you for sharing such a nice implementation code in advance :-) https://github.com/tigerk0430/voxelnet_ros

It's a bit difficult to download weight using pan.baidu link for the foreigner I publicly shared my NAS link to download this weight. It'll be expired at 25/08/2019 https://gofile.me/3TjkG/u3XtTjGTe (link...

Hello Gavin Gao, I just watched your wonderful blog post about IEKF derivation from the Linear Gaussian Model. Then I'm about to start using your imu_x_fusion repo. post: https://cgabc.xyz/posts/784a80cb/#iekf I...

Hello, Author Your paper is really informative and helpful to understand Iterated error-state Kalman filter 👍 I have one question while reading your paper's eq. (60). ![image](https://github.com/hku-mars/IKFoM/assets/18214498/23a3d700-33ff-4d0e-81cd-fd87689903aa) As far as...