TixiaoShan/LIO-SAM

I don't find the topic sub for GPS

Spirquel opened this issue · 2 comments

Hello everyone,
I search in the code of this slam and i don't find the sub GPS like a "sensor_msgs/NavSatFix".
Does anyone know what is the file where is this information ? Please.

GPS may be filtered by navsat inside ros, and the smoothed GPS is located in the topic specified by gpsTopic in src/LIO-SAM/config/params.yaml

oh okay, in others SLAM the msg for gnss is "NavSatFix" but here the msg gps is "nav_msgs/msg/Odometry" by a node transformation with the original msg "NavSatFix" to "nav_msgs/msg/Odometry". Thank, I understand the mistake I have, I didn't give much importance to the param file.