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
0453561a
Commit
0453561a
authored
5 years ago
by
Matthias
Browse files
Options
Downloads
Patches
Plain Diff
hid currently unused controls
parent
843badf0
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
index.html
+14
-13
14 additions, 13 deletions
index.html
with
14 additions
and
13 deletions
index.html
+
14
−
13
View file @
0453561a
...
...
@@ -16,16 +16,22 @@
<section
class=
"labels"
>
<label>
<input
type=
"checkbox"
id=
"
play
"
checked
>
<label
for=
"
play
"
></label>
<input
type=
"checkbox"
id=
"
connect
"
checked
>
<label
for=
"
connect
"
></label>
</label>
<label>
<span>
Scale
</span>
<input
id=
"scale"
class=
"scl"
step=
"0.1"
type=
"range"
min=
"0.2"
max=
"5"
value=
"1"
>
</label>
<label
style=
"position: fixed; top: -100px;"
>
<span>
Stop on emergency?
</span>
<input
id=
"stop-on-collision"
type=
"checkbox"
>
</label>
<label>
<label
style=
"position: fixed; top: -100px;"
>
<span>
Data
</span>
<select
id=
"data"
>
<option
value=
"data"
>
data1
</option>
...
...
@@ -48,32 +54,27 @@
</select>
</label>
<label>
<label
style=
"position: fixed; top: -100px;"
>
<span>
Frame delay
</span>
<input
id=
"frame-delay"
class=
"frameDelay"
type=
"range"
min=
"30"
max=
"120"
value=
"60"
>
</label>
<label>
<label
style=
"position: fixed; top: -100px;"
>
<span>
Time
</span>
<input
id=
"time"
class=
"slider"
type=
"range"
min=
"0"
max=
"1171"
value=
"0"
>
</label>
<label>
<span>
Scale
</span>
<input
id=
"scale"
class=
"scl"
step=
"0.1"
type=
"range"
min=
"0.2"
max=
"5"
value=
"1"
>
</label>
<label>
<label
style=
"position: fixed; top: -100px;"
>
<span>
Dangerzone
</span>
<input
id=
"dangerzone"
class=
"dangerZone"
type=
"range"
step=
"0.005"
min=
"0.01"
max=
"1.5"
value=
"0.2"
>
</label>
<label>
<label
style=
"position: fixed; top: -100px;"
>
<span>
Adjacency Radius
</span>
<input
id=
"adjacency-radius"
class=
"adjacencyRadius"
type=
"range"
step=
"0.001"
min=
"0.005"
max=
"0.5"
value=
"0.05"
>
</label>
<label>
<label
style=
"position: fixed; top: -100px;"
>
<span>
Point Threshold
</span>
<input
id=
"point-threshold"
class=
"pointThreshold"
type=
"range"
min=
"1"
max=
"50"
value=
"15"
>
</label>
...
...
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