Skip to content

Commit 5718797

Browse files
committed
Changes made on target machine - captured in system-integration branch
1 parent 83d5a72 commit 5718797

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

config/capturer_config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
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
66
capturer.web.host: 0.0.0.0
77
capturer.web.port: 8060
88
capturer.web.debug.mode: False
99
capturer.web.launch_browser: False
1010
capturer.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
1313
capturer.pull.cron.schedule: '*/1 * * * *'
1414
# Main system timers for the capturer implemented by Dash
1515
capturer.system.timer: 1 # seconds
1616
capturer.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
2323
capturer.logfilestore: Logfiles

launch/main.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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 -->

0 commit comments

Comments
 (0)