Skip to content

Commit 5202375

Browse files
committed
docs: Fix broken image url and obsolete CI
1 parent 2462370 commit 5202375

3 files changed

Lines changed: 9 additions & 147 deletions

File tree

.github/workflows/build-rtabmap-ws.yaml

Lines changed: 0 additions & 135 deletions
This file was deleted.

docs/docker-modules/rtabmap.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,19 +83,16 @@ docker compose down
8383
- After you've run the demo, you could find the following result directly.
8484

8585
1. LiDAR test
86-
<center>
87-
<img src="assets/rtabmap_lidar_test.png" width="75%"/>
88-
</center>
86+
87+
![](assets/rtabmap_lidar_test.png)
8988

9089
2. RGBD test
91-
<center>
92-
<img src="assets/rtabmap_rgbd_test.png" width="75%"/>
93-
</center>
90+
91+
![](assets/rtabmap_rgbd_test.png)
9492

9593
3. Dual sensor test
96-
<center>
97-
<img src="assets/rtabmap_dual_test.png" width="75%"/>
98-
</center>
94+
95+
![](assets/rtabmap_dual_test.png)
9996

10097
## Reference
10198

docs/mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ plugins:
122122
# Ref: https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#document-contributors
123123
# Ref: https://github.com/ojacques/mkdocs-git-committers-plugin-2
124124
# Ref: https://github.com/ojacques/mkdocs-git-committers-plugin-2/issues/51#issuecomment-1951450239
125-
- git-committers:
126-
repository: j3soon/ros2-essentials
127-
branch: main
125+
# - git-committers:
126+
# repository: j3soon/ros2-essentials
127+
# branch: main
128128
# DONE (Set up git contributors):
129129
# - Replace the `git-committers` settings above to match your repository.
130130
# - Generate a GitHub API key as described in the link above.

0 commit comments

Comments
 (0)