User Tools

Site Tools


add_new_algorithm_and_dataset

This is an old revision of the document!


Here we give NDT-LOAM as a example to show how we make a new algorithm as a docker images that can be used for SLAM-Hive.

Algorithm

We first git clone the repo on github, and check how to start this algorithm in a normal way.

Then according its readme, we build the slamhive folder. We find the parameters the NDT-LOAM provided and write them to yaml file and the SLAM-Hive parameter template.

Then we create Configurations for NDT-LOAM, selecting the parameter template we created before.

Then we can use this configurations to create task.

Dataset

For the dataset, you firstly need to change your dataset as rosbag file.

And as the topic name is different between algorithm required and dataset provided. So you need to set “algorithm remap” and “dataset remap” parameters to unify them.

For example, the image topic name in dataset is “/cam0/image_raw”, and in algorithm is “/camera/image_raw”, the we need to set two paramters:

add_new_algorithm_and_dataset.1743392834.txt.gz · Last modified: 2025/03/31 03:47 by liuxzh12023