algorithms:create
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
algorithms:create [2024/07/01 14:03] – liuxzh12023 | algorithms:create [2025/03/30 13:32] (current) – liuxzh12023 | ||
---|---|---|---|
Line 7: | Line 7: | ||
We provide some SLAM algorithms Dockerfile and running scripts, here is an example to build an image: | We provide some SLAM algorithms Dockerfile and running scripts, here is an example to build an image: | ||
<code bash> | <code bash> | ||
- | mkdir -p SLAM_Hive/ | ||
cd SLAM_Hive | cd SLAM_Hive | ||
- | git clone https:// | ||
- | git clone https:// | ||
- | git clone https:// | ||
mkdir slam_hive_algos | mkdir slam_hive_algos | ||
cd slam_hive_algos | cd slam_hive_algos | ||
Line 19: | Line 15: | ||
./ | ./ | ||
</ | </ | ||
+ | |||
You can check whether the image is successfully built as follows: | You can check whether the image is successfully built as follows: | ||
Line 51: | Line 48: | ||
You can firstly create Docker images following other provided algorithms and name them as: " | You can firstly create Docker images following other provided algorithms and name them as: " | ||
+ | |||
+ | https:// | ||
+ | |||
+ | <code bash> | ||
+ | / | ||
+ | . | ||
+ | ├── Dockerfile | ||
+ | ├── install.sh | ||
+ | ├── ORB_SLAM2 | ||
+ | └── **slamhive** | ||
+ | |||
+ | |||
+ | / | ||
+ | . | ||
+ | ├── mapping.py | ||
+ | ├── mappingtask.yaml | ||
+ | ├── mono.launch | ||
+ | └── template.yaml | ||
+ | |||
+ | |||
+ | </ | ||
+ | |||
Then you input: | Then you input: | ||
Line 64: | 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.1719842634.txt.gz · Last modified: 2024/07/01 14:03 by liuxzh12023