File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# YAML file for Bagfile Capturer
2
2
---
3
3
# Operation Mode
4
- capturer.mode : web # web or headless
4
+ capturer.mode : headless # web or headless
5
5
# Dash Agent (Capturer) setting
6
6
capturer.web.host : 0.0.0.0
7
7
capturer.web.port : 8060
8
8
capturer.web.debug.mode : False
9
9
capturer.web.launch_browser : False
10
10
capturer.web.auth : False # Authentication required if web mode and at least one account has been added
11
11
# Setting pull
12
- capturer.pull.gdrive.fileid : null # null if no pull schedule
12
+ capturer.pull.gdrive.fileid : 1LJ5n6NY6qkohogH46XYdJBMesqNQCSus # null if no pull setting
13
13
capturer.pull.cron.schedule : ' */1 * * * *'
14
14
# Main system timers for the capturer implemented by Dash
15
15
capturer.system.timer : 1 # seconds
16
16
capturer.console.refresh : 5 # seconds
17
17
# The default rostopics for bagfile capture
18
- capturer.rostopics.default : # This is override by the Rostopics table in the Schedule file
19
- - /armcam/infra1/image_rect_raw/compressed
20
- - /cuttercam/infra1/image_rect_raw /compressed
18
+ capturer.rostopics.default :
19
+ - /oak/rgb/image_raw
20
+ - /oak/rgb/image_raw /compressed
21
21
# The output folder for captured bagfiles
22
- capturer.filestore : /home/qcr/Bagfiles
22
+ capturer.filestore : /home/qcr/project_ws/src/data
23
23
capturer.logfilestore : Logfiles
Original file line number Diff line number Diff line change 5
5
<!-- Launch the gdrive uploader -->
6
6
<group if =" $(arg run_uploader)" >
7
7
<param name =" mode" type =" string" value =" $(arg mode)" />
8
- <node pkg =" gdrive_uploader " type =" run.py" name =" gdrive_uploader_node " output =" screen" respawn =" true" >
8
+ <node pkg =" openstack_object_uploader " type =" run.py" name =" openstack_uploader_node " output =" screen" respawn =" true" >
9
9
</node >
10
10
</group >
11
11
<!-- Launch the bagfiles capturer -->
You can’t perform that action at this time.
0 commit comments