Kin-Zhang / simple_ndt_slam

simple ndt slam, quick deploy on mobile robot, support mapping and localization (origin from autoware.ai); 简易slam包 快速部署使用
MIT License
119 stars 15 forks source link

About the rosbag topic needed #12

Closed lyysl closed 5 months ago

lyysl commented 5 months ago

I would like to ask do I need the topic like tf/ and robot pose in the rosbag? Or I just need the velodyne point? Or I just have 3D points message containing (x,y,z) is enough? Thank you.

lyysl commented 5 months ago

I am a little bit confused, is this a repository for the paper "Real-Time Neural Dense Elevation Mapping for Urban Terrain With Uncertainty Estimations" for dense elevation map or this is a repository for SLAM? Thank you.

Kin-Zhang commented 5 months ago

It(simple_ndt_slam) is a SLAM package. It used for providing a position for NDEM.

NDEM is not an open-sourced algorithm, if you are confused about NDEM paper please connect authors through email.

Kin-Zhang commented 5 months ago

A bag with have 3D points message containing (x,y,z) is enough for this package to provide pose.

lyysl commented 5 months ago

thank you.