hyye / lio-mapping

Implementation of Tightly Coupled 3D Lidar Inertial Odometry and Mapping (LIO-mapping)
https://sites.google.com/view/lio-mapping
GNU General Public License v3.0
897 stars 320 forks source link

rosbag ground thruth not aligned with docker results #50

Open geoeo opened 4 years ago

geoeo commented 4 years ago

Hello,

I am plotting the GT pose from the topic /Robot_7/pose with the docker image. However, the aft_mapped/camera and gt_pose transforms are not aligned. Is there some transform step that is not given to align the two?

geoeo commented 4 years ago

Screenshot from 2019-12-05 14-09-27

Gt is bottom left, while aft_mapped and camera are on the right. Its a bit faint.

hyye commented 4 years ago

Hi @geoeo, since these two are not in the same coordinate. An alignment is required to visualize this two together.

geoeo commented 4 years ago

Would it be possible to know what this alignment is? It would make comparison between local and global methods possible

daijiaoshou commented 4 years ago
font{
    line-height: 1.6;
}
ul,ol{
    padding-left: 20px;
    list-style-position: inside;
}

did you know VINS-Fusion, the method to fuse VIO and GPS, maybe we can try to fuse LIO and GPS.

                            daikai

                                daikai@jluracing.com

    签名由
    网易邮箱大师
    定制

On 12/31/2019 20:25,Marc Haubenstock<notifications@github.com> wrote: 

Would it be possible to know what this alignment is? It would make comparison between local and global methods possible

—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe.

geoeo commented 4 years ago

I have only seen the repo. Is there a publication for this method?