Skip to content

Commit

Permalink
comment out tpu recorder
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 committed Aug 4, 2020
1 parent 7ddd7bc commit edea5cc
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ plugins:
video_title: go_to_kitchen_head_camera.avi
video_topic_name: /head_camera/rgb/throttled/image_rect_color
video_fps: 5.0
- name: object_detection_video_recorder_plugin
type: app_recorder/video_recorder_plugin
launch_args:
video_path: /tmp
video_title: go_to_kitchen_object_detection.avi
video_topic_name: /edgetpu_object_detector/output/image
video_fps: 15.0
# - name: object_detection_video_recorder_plugin
# type: app_recorder/video_recorder_plugin
# launch_args:
# video_path: /tmp
# video_title: go_to_kitchen_object_detection.avi
# video_topic_name: /edgetpu_object_detector/output/image
# video_fps: 15.0
- name: rosbag_recorder_plugin
type: app_recorder/rosbag_recorder_plugin
launch_args:
Expand Down Expand Up @@ -54,11 +54,11 @@ plugins:
plugin_args:
upload_file_paths:
- /tmp/go_to_kitchen_head_camera.avi
- /tmp/go_to_kitchen_object_detection.avi
# - /tmp/go_to_kitchen_object_detection.avi
- /tmp/go_to_kitchen_rosbag.bag
upload_file_titles:
- go_to_kitchen_head_camera.avi
- go_to_kitchen_object_detection.avi
# - go_to_kitchen_object_detection.avi
- go_to_kitchen_rosbag.bag
upload_parents_path: fetch_morning_go_to_kitchen
upload_server_name: /gdrive_server
Expand All @@ -75,14 +75,14 @@ plugins:
plugin_order:
start_plugin_order:
- head_camera_video_recorder_plugin
- object_detection_video_recorder_plugin
# - object_detection_video_recorder_plugin
- rosbag_recorder_plugin
- gdrive_uploader_plugin
- speech_notifier_plugin
- mail_notifier_plugin
stop_plugin_order:
- head_camera_video_recorder_plugin
- object_detection_video_recorder_plugin
# - object_detection_video_recorder_plugin
- rosbag_recorder_plugin
- gdrive_uploader_plugin
- speech_notifier_plugin
Expand Down

0 comments on commit edea5cc

Please sign in to comment.