Skip to content
This repository was archived by the owner on Feb 15, 2020. It is now read-only.

Commit 33b16eb

Browse files
committed
'''Config''' Updated the configuration for the pool at Kona Kai in San
Diego
1 parent 9539443 commit 33b16eb

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

data/config/ai/sd_pool_ai.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
taskOrder: ['ram.ai.course.Gate', 'ram.ai.course.PipeGate',
2-
'ram.ai.course.Light', 'ram.ai.course.Pipe1',
3-
'ram.ai.course.BarbedWire', 'ram.ai.course.PipeBarbedWire',
4-
'ram.ai.course.Bin', 'ram.ai.course.Pipe2',
5-
'ram.ai.course.Target', 'ram.ai.course.Pinger',
6-
'ram.ai.course.SafeSonar', 'ram.ai.course.Octagon']
1+
taskOrder: ['ram.ai.course.Gate'] #, 'ram.ai.course.PipeGate',
2+
# 'ram.ai.course.Light', 'ram.ai.course.Pipe1',
3+
# 'ram.ai.course.BarbedWire', 'ram.ai.course.PipeBarbedWire',
4+
# 'ram.ai.course.Bin', 'ram.ai.course.Pipe2',
5+
# 'ram.ai.course.Target', 'ram.ai.course.Pinger',
6+
# 'ram.ai.course.SafeSonar', 'ram.ai.course.Octagon']
77

88
config:
9-
gateDepth: 4
9+
gateDepth: 1.7
1010
lightDepth: 6
1111
pipeDepth: 0.5
1212
bwireDepth: 11.3
13-
targetDepth: 7.5
13+
targetDepth: 0.7
1414
binStartDepth: 1
1515
binDepth: 2.25
1616
targetSymbols: ['Aircraft', 'Factory']
1717
sonarDepth: 15
1818
safeDepth: 10
1919
safeOffset: -0.4
2020
Gate:
21-
time: 30
21+
time: 3
2222
speed: 3
2323
Pipe1:
2424
biasDirection: 0

data/config/sd_pool.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ Subsystems:
1010
depends_on: ["EventHub", "Vehicle"]
1111
priority: "low"
1212

13-
ForwardRecorders:
13+
#ForwardRecorders:
1414
# forward.avi: 5 # Really compressed @ 5Hz
1515
# forward.rmv: 5 # Raw video at 10Hz
16-
"50000(320,240)": 5 # Really compressed streaming @ 5hz
17-
DownwardRecorders:
16+
# "50000(320,240)": 5 # Really compressed streaming @ 5hz
17+
#DownwardRecorders:
1818
# downward.avi: 5 # Really compressed @ 5Hz
1919
# downward.rmv: 5 # Raw video at 10Hz
20-
"50001(320,240)": 5 # Really compressed streaming @ 5hz
20+
# "50001(320,240)": 5 # Really compressed streaming @ 5hz
2121

2222
# Includes all camera and vision system settings
2323
INCLUDE: data/config/vision/sd_pool.yml

0 commit comments

Comments
 (0)