weisongwen / UrbanLoco

UrbanLoco: A Full Sensor Suite Dataset for Mapping and Localization in Urban Scenes
https://advdataset2019.wixsite.com/urbanloco
401 stars 37 forks source link

how to obtain trajectory from span-cpt #16

Closed kevin2431 closed 2 years ago

kevin2431 commented 3 years ago

Thanks for sharing the dataset. I want to evaluate my lidar odometry algorithm on this dataset but do not familiar with the GNSS sensor. I wonder if there is a library that can help me convert novatel_msgs/INSPVAX to 6DoF trajectory like the KITTI dataset.

weisongwen commented 3 years ago

Hi @kevin2431 , Thanks for your interest. You may need some functions to convert the latitude, longitude and altitude to the Eeast, North, Up frames. I have a piece of code that you may need as follows:

https://github.com/weisongwen/GraphGNSSLib/blob/main/global_fusion/include/gnss_tools.h#L220

Best, Weisong,

Saixiaoma commented 2 years ago

Hi @kevin2431 , Thanks for your interest. You may need some functions to convert the latitude, longitude and altitude to the Eeast, North, Up frames. I have a piece of code that you may need as follows:

https://github.com/weisongwen/GraphGNSSLib/blob/main/global_fusion/include/gnss_tools.h#L220

Best, Weisong,

Hi, how to obtain the rotation(yaw, pitch, roll) from the span-cpt?

weisongwen commented 2 years ago

you can get the orientation from the topic /novatel_data/inspvax which is the rostopic from the span-cpt.

weisongwen commented 2 years ago

Feel free to re-open if needed.