Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LidarWebVisualization
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VaKoEiS
LidarWebVisualization
Commits
b19c6dc0
Commit
b19c6dc0
authored
6 years ago
by
Jan Golebiowski
Browse files
Options
Downloads
Patches
Plain Diff
loading Anim fixed, still ugly but ¯\_(ツ)_/¯
parent
dc0d82dc
Branches
Branches containing commit
No related merge requests found
Pipeline
#4605
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sick.html
+17
-17
17 additions, 17 deletions
sick.html
with
17 additions
and
17 deletions
sick.html
+
17
−
17
View file @
b19c6dc0
...
...
@@ -116,37 +116,37 @@
</head>
<body>
<div
class=
"lds-ellipsis"
id=
"loading"
style=
"position:absolute;top:50%;left:50%"
>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<h1>
Lidar Demo
</h1>
<div
class=
"labels"
>
<label><button
onclick=
"play=!play;"
>
Play/Pause
</button></label>
<label>
Stop on emergency?
<input
type=
"checkbox"
onchange=
"stopOnCollision=!stopOnCollision;"
></label>
<label><span>
Data
</span>
<select
id=
"data"
>
<option
value=
"data"
>
data1
</option>
<option>
data2
</option>
<select
id=
"data"
>
<option
value=
"data"
>
data1
</option>
<option>
data2
</option>
<option>
daterrrg
</option>
<option>
daterrrgCut
</option>
</select>
</label>
<label><span>
Frame delay
</span>
<input
class=
"frameDelay"
type=
"range"
min=
"30"
max=
"120"
value=
"60"
></label>
</select>
</label>
<label><span>
Frame delay
</span>
<input
class=
"frameDelay"
type=
"range"
min=
"30"
max=
"120"
value=
"60"
></label>
<label><span>
Time
</span>
<input
class=
"slider"
type=
"range"
min=
"0"
max=
"1171"
value=
"0"
></label>
<label><span>
Scale
</span>
<input
class=
"scl"
step=
"0.01"
type=
"range"
min=
"0.01"
max=
"1.5"
value=
"0.4"
></label>
<label><span>
Dangerzone
</span>
<input
class=
"dangerZone"
type=
"range"
step=
"0.005"
min=
"0.01"
max=
"1.5"
value=
"0.2"
></label>
<label><span>
Adjacency Radius
</span>
<input
class=
"adjacencyRadius"
type=
"range"
step=
"0.001"
min=
"0.005"
max=
"0.5"
value=
"0.05"
></label>
<label><span>
Point Threshold
</span>
<input
class=
"pointThreshold"
type=
"range"
min=
"1"
max=
"50"
value=
"15"
></label>
<label><span>
Adjacency Radius
</span>
<input
class=
"adjacencyRadius"
type=
"range"
step=
"0.001"
min=
"0.005"
max=
"0.5"
value=
"0.05"
></label>
<label><span>
Point Threshold
</span>
<input
class=
"pointThreshold"
type=
"range"
min=
"1"
max=
"50"
value=
"15"
></label>
</div>
<div>
<canvas
height=
"1050"
width=
"1884"
></canvas>
<div
class=
"lds-ellipsis"
id=
"loading"
>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<canvas
height=
"1050"
width=
"1884"
></canvas>
</div>
<script
src=
"./sick_files/data.js"
></script>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment