MOLAorg / mola

A Modular Optimization framework for Localization and mApping (MOLA)
https://docs.mola-slam.org/latest/
Other
376 stars 72 forks source link

DataSet Questions #51

Open ahmet-f-gumustas opened 3 months ago

ahmet-f-gumustas commented 3 months ago

I installed MOLa on my ubuntu . I am used ROS2 humble but, how to implement kitti dataset or other dataset your system . I dont understand actually .

Thank You .

jlblancoc commented 3 months ago

Right now, there is a lack of proper docs to easily jump in, sorry! In the meanwhile, you can always check the sources, and/or the ROS2 launch files in the mola_demos package.

For example, once installed (for now, prefer build from sources for getting faster bug fixes) you can replay the KITTI dataset with:

ros2 launch mola_demos kitti-play.launch.py

and it shows something like:

Screenshot from 2024-04-04 01-39-08

with both, MOLA GUI, and RViz showing the KITTI dataset, controls to pause, fast-forward it, etc. All sensor data is published to ROS2 topics, of course, for usage in any user application.

For that to work, of course, you should first download the KITTI (or Mulran, KITTI-360, etc.) datasets, extracts it, and set the path to it in an environment variable (the launch will ask for it the first time).

ahmet-f-gumustas commented 2 months ago

Thank You for your response I try and return