User Tools

Site Tools


algorithms:create

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
algorithms:create [2025/03/30 13:26] liuxzh12023algorithms:create [2025/03/30 13:32] (current) liuxzh12023
Line 49: Line 49:
 You can firstly create Docker images following other provided algorithms and name them as: "slam-hive-algorithm:new-slam-mono" and "slam-hive-algorithm:new-slam-stereo". You can firstly create Docker images following other provided algorithms and name them as: "slam-hive-algorithm:new-slam-mono" and "slam-hive-algorithm:new-slam-stereo".
  
-https://github.com/SLAM-Hive/slam_hive_web?tab=readme-ov-file#631-create-your-own-algorithm lists the components of a algorithm.+https://github.com/SLAM-Hive/slam_hive_web?tab=readme-ov-file#631-create-your-own-algorithm lists the components of a algorithm, and the explanation of each file can be foundHere is a tree structure of a algorithm folder:
  
-(base) lxz@xinzhe:/SLAM-Hive/slam_hive_algos/orb-slam2-ros-mono$ tree -L 1+<code bash> 
 +/SLAM-Hive/slam_hive_algos/orb-slam2-ros-mono$ tree -L 1
 . .
 ├── Dockerfile ├── Dockerfile
Line 58: Line 59:
 └── **slamhive** └── **slamhive**
  
 +
 +/SLAM-Hive/slam_hive_algos/orb-slam2-ros-mono/slamhive$ tree -L 1
 +.
 +├── mapping.py
 +├── mappingtask.yaml
 +├── mono.launch
 +└── template.yaml
 +
 +
 +</code>
  
  
Line 72: Line 83:
    
 After all, you can click //save// button to add the algorithm to the database. After all, you can click //save// button to add the algorithm to the database.
 +
 +
 +Here we give a novel SLAM algorithm example of complete building tutorial.
 +**TODO**
  
  
algorithms/create.1743341183.txt.gz · Last modified: 2025/03/30 13:26 by liuxzh12023