This repository was archived by the owner on Feb 15, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 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
88config :
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments