Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdoubi committed Sep 6, 2024
1 parent a6eb9bd commit 4e2ad6f
Show file tree
Hide file tree
Showing 102 changed files with 831 additions and 0 deletions.
159 changes: 159 additions & 0 deletions css/app.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
/* latin-ext */
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 400;
src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts-gstatic.lug.ustc.edu.cn/s/lato/v15/S6u8w4BMUTPHjxsAUi-qNiXg7eU0.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 400;
src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts-gstatic.lug.ustc.edu.cn/s/lato/v15/S6u8w4BMUTPHjxsAXC-qNiXg7Q.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 700;
src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(https://fonts-gstatic.lug.ustc.edu.cn/s/lato/v15/S6u_w4BMUTPHjxsI5wq_FQftx9897sxZ.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 700;
src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(https://fonts-gstatic.lug.ustc.edu.cn/s/lato/v15/S6u_w4BMUTPHjxsI5wq_Gwftx9897g.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts-gstatic.lug.ustc.edu.cn/s/lato/v15/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

a {
color: #1772d0;
text-decoration: none;
}

a:focus,
a:hover {
color: #f09228;
text-decoration: none;
}

body,
td,
th,
tr,
p,
a {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 14px
}

strong {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 14px;
}

heading {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 22px;
}

papertitle {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 14px;
font-weight: 700
}

name {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 32px;
}

.one {
width: 160px;
height: 160px;
position: relative;
}

.two {
width: 160px;
height: 160px;
position: absolute;
transition: opacity .2s ease-in-out;
-moz-transition: opacity .2s ease-in-out;
-webkit-transition: opacity .2s ease-in-out;
}

.fade {
transition: opacity .2s ease-in-out;
-moz-transition: opacity .2s ease-in-out;
-webkit-transition: opacity .2s ease-in-out;
}

span.highlight {
background-color: #ffffd0;
}

.CodeMirror {
font-size: .8em;
height: auto;
}

.CodeMirror-scroll {
overflow-y: hidden;
overflow-x: auto;
}

#header_img {
margin-top: 2em;
margin-bottom: 1em;
}

.list-inline {
list-style: none;
margin-left: -0.5em;
margin-right: -0.5em;
padding-left: 0;
}

.list-inline > li {
display: inline-block;
margin-left: 0.5em;
margin-right: 0.5em;
}
11 changes: 11 additions & 0 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/codemirror.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions css/font-awesome.min.css

Large diffs are not rendered by default.

Binary file added css/fonts/KaTeX_AMS-Regular.ttf
Binary file not shown.
Binary file added css/fonts/KaTeX_AMS-Regular.woff
Binary file not shown.
Binary file added css/fonts/KaTeX_AMS-Regular.woff2
Binary file not shown.
Binary file added css/fonts/KaTeX_Caligraphic-Bold.ttf
Binary file not shown.
Binary file added css/fonts/KaTeX_Caligraphic-Bold.woff
Binary file not shown.
Binary file added css/fonts/KaTeX_Caligraphic-Bold.woff2
Binary file not shown.
Binary file added css/fonts/KaTeX_Caligraphic-Regular.ttf
Binary file not shown.
Binary file added css/fonts/KaTeX_Caligraphic-Regular.woff
Binary file not shown.
Binary file added css/fonts/KaTeX_Caligraphic-Regular.woff2
Binary file not shown.
Binary file added css/fonts/KaTeX_Fraktur-Bold.ttf
Binary file not shown.
Binary file added css/fonts/KaTeX_Fraktur-Bold.woff
Binary file not shown.
Binary file added css/fonts/KaTeX_Fraktur-Bold.woff2
Binary file not shown.
Binary file added css/fonts/KaTeX_Fraktur-Regular.ttf
Binary file not shown.
Binary file added css/fonts/KaTeX_Fraktur-Regular.woff
Binary file not shown.
Binary file added css/fonts/KaTeX_Fraktur-Regular.woff2
Binary file not shown.
Binary file added css/fonts/KaTeX_Main-Bold.ttf
Binary file not shown.
Binary file added css/fonts/KaTeX_Main-Bold.woff
Binary file not shown.
Binary file added css/fonts/KaTeX_Main-Bold.woff2
Binary file not shown.
Binary file added css/fonts/KaTeX_Main-BoldItalic.ttf
Binary file not shown.
Binary file added css/fonts/KaTeX_Main-BoldItalic.woff
Binary file not shown.
Binary file added css/fonts/KaTeX_Main-BoldItalic.woff2
Binary file not shown.
Binary file added css/fonts/KaTeX_Main-Italic.ttf
Binary file not shown.
Binary file added css/fonts/KaTeX_Main-Italic.woff
Binary file not shown.
Binary file added css/fonts/KaTeX_Main-Italic.woff2
Binary file not shown.
Binary file added css/fonts/KaTeX_Main-Regular.ttf
Binary file not shown.
Binary file added css/fonts/KaTeX_Main-Regular.woff
Binary file not shown.
Binary file added css/fonts/KaTeX_Main-Regular.woff2
Binary file not shown.
Binary file added css/fonts/KaTeX_Math-BoldItalic.ttf
Binary file not shown.
Binary file added css/fonts/KaTeX_Math-BoldItalic.woff
Binary file not shown.
Binary file added css/fonts/KaTeX_Math-BoldItalic.woff2
Binary file not shown.
Binary file added css/fonts/KaTeX_Math-Italic.ttf
Binary file not shown.
Binary file added css/fonts/KaTeX_Math-Italic.woff
Binary file not shown.
Binary file added css/fonts/KaTeX_Math-Italic.woff2
Binary file not shown.
Binary file added css/fonts/KaTeX_SansSerif-Bold.ttf
Binary file not shown.
Binary file added css/fonts/KaTeX_SansSerif-Bold.woff
Binary file not shown.
Binary file added css/fonts/KaTeX_SansSerif-Bold.woff2
Binary file not shown.
Binary file added css/fonts/KaTeX_SansSerif-Italic.ttf
Binary file not shown.
Binary file added css/fonts/KaTeX_SansSerif-Italic.woff
Binary file not shown.
Binary file added css/fonts/KaTeX_SansSerif-Italic.woff2
Binary file not shown.
Binary file added css/fonts/KaTeX_SansSerif-Regular.ttf
Binary file not shown.
Binary file added css/fonts/KaTeX_SansSerif-Regular.woff
Binary file not shown.
Binary file added css/fonts/KaTeX_SansSerif-Regular.woff2
Binary file not shown.
Binary file added css/fonts/KaTeX_Script-Regular.ttf
Binary file not shown.
Binary file added css/fonts/KaTeX_Script-Regular.woff
Binary file not shown.
Binary file added css/fonts/KaTeX_Script-Regular.woff2
Binary file not shown.
Binary file added css/fonts/KaTeX_Size1-Regular.ttf
Binary file not shown.
Binary file added css/fonts/KaTeX_Size1-Regular.woff
Binary file not shown.
Binary file added css/fonts/KaTeX_Size1-Regular.woff2
Binary file not shown.
Binary file added css/fonts/KaTeX_Size2-Regular.ttf
Binary file not shown.
Binary file added css/fonts/KaTeX_Size2-Regular.woff
Binary file not shown.
Binary file added css/fonts/KaTeX_Size2-Regular.woff2
Binary file not shown.
Binary file added css/fonts/KaTeX_Size3-Regular.ttf
Binary file not shown.
Binary file added css/fonts/KaTeX_Size3-Regular.woff
Binary file not shown.
Binary file added css/fonts/KaTeX_Size3-Regular.woff2
Binary file not shown.
Binary file added css/fonts/KaTeX_Size4-Regular.ttf
Binary file not shown.
Binary file added css/fonts/KaTeX_Size4-Regular.woff
Binary file not shown.
Binary file added css/fonts/KaTeX_Size4-Regular.woff2
Binary file not shown.
Binary file added css/fonts/KaTeX_Typewriter-Regular.ttf
Binary file not shown.
Binary file added css/fonts/KaTeX_Typewriter-Regular.woff
Binary file not shown.
Binary file added css/fonts/KaTeX_Typewriter-Regular.woff2
Binary file not shown.
1 change: 1 addition & 0 deletions css/katex.min.css

Large diffs are not rendered by default.

Binary file added img/Fastlab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Hizju.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/U5_all_x264.mp4
Binary file not shown.
Binary file added img/bilibili_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/blank.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/comming.webp
Binary file not shown.
Binary file added img/comp_method.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/differential-driven.mp4
Binary file not shown.
Binary file added img/favicon.ico
Binary file not shown.
Binary file added img/github-mark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/head_figure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/head_figure_trajectory2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/pathSDF.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/patrol.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/qrcode_page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/qrcode_weixin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/replan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/skid1.mp4
Binary file not shown.
Binary file added img/skid2.mp4
Binary file not shown.
Binary file added img/skid2_batch.mp4
Binary file not shown.
Binary file added img/skid3_batch.mp4
Binary file not shown.
Binary file added img/skid4_batch.mp4
Binary file not shown.
Binary file added img/skid5_batch.mp4
Binary file not shown.
Binary file added img/skid_batch_x264.mp4
Binary file not shown.
Binary file added img/track1_x264.mp4
Binary file not shown.
Binary file added img/track2_x264.mp4
Binary file not shown.
Binary file added img/tracked_traj.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/youtube_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4e2ad6f

Please sign in to comment.