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 11# YAML file for Bagfile Capturer
22---
33# Operation Mode
4- capturer.mode : web # web or headless
4+ capturer.mode : headless # web or headless
55# Dash Agent (Capturer) setting
66capturer.web.host : 0.0.0.0
77capturer.web.port : 8060
88capturer.web.debug.mode : False
99capturer.web.launch_browser : False
1010capturer.web.auth : False # Authentication required if web mode and at least one account has been added
1111# Setting pull
12- capturer.pull.gdrive.fileid : null # null if no pull schedule
12+ capturer.pull.gdrive.fileid : 1LJ5n6NY6qkohogH46XYdJBMesqNQCSus # null if no pull setting
1313capturer.pull.cron.schedule : ' */1 * * * *'
1414# Main system timers for the capturer implemented by Dash
1515capturer.system.timer : 1 # seconds
1616capturer.console.refresh : 5 # seconds
1717# 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
2121# The output folder for captured bagfiles
22- capturer.filestore : /home/qcr/Bagfiles
22+ capturer.filestore : /home/qcr/project_ws/src/data
2323capturer.logfilestore : Logfiles
Original file line number Diff line number Diff line change 55 <!-- Launch the gdrive uploader -->
66 <group if =" $(arg run_uploader)" >
77 <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" >
99 </node >
1010 </group >
1111 <!-- Launch the bagfiles capturer -->
You can’t perform that action at this time.
0 commit comments