Skip to content

Commit

Permalink
docs: prefer remote mp4 files
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Jul 3, 2024
1 parent 1c72617 commit 9709c4d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/remote-static-files.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
set -x
set -e

if [ ! -d html/videos/ ]; then
mkdir html/videos
(cd html/videos/ && wget https://mrpt.github.io/videos/mp2p_icp-log-viewer-demo.mp4)
(cd html/videos/ && wget https://mrpt.github.io/videos/mola_main_page_video.mp4);
(cd html/videos/ && wget https://mrpt.github.io/videos/mola-lo-gui-kitti_demo_00.mp4);
fi
# Better to hot-link?
# if [ ! -d html/videos/ ]; then
# mkdir html/videos
# (cd html/videos/ && wget https://mrpt.github.io/videos/mp2p_icp-log-viewer-demo.mp4)
# (cd html/videos/ && wget https://mrpt.github.io/videos/mola_main_page_video.mp4);
# (cd html/videos/ && wget https://mrpt.github.io/videos/mola-lo-gui-kitti_demo_00.mp4);
# fi

cp -v ../../mola_lidar_odometry/docs/imgs/* html/imgs/

0 comments on commit 9709c4d

Please sign in to comment.