Skip to content

Commit

Permalink
correct camera configs
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasFrey96 committed Feb 17, 2024
1 parent 6c73d70 commit dd7e084
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
camera_topics:
# Because this is the anybotics rear
rear:
image_topic: "/hdr_camera/image_raw"
info_topic: "/hdr_camera/camera_info"
use_for_training: true
publish_confidence: true
publish_input_image: true
scheduler_weight: 1
# Provides 1080 (height) x 1920 (width) images
network_input_image_height: 224 # 448
network_input_image_width: 224 # 448
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ camera_topics:
front:
image_topic: "/wide_angle_camera_front/image_color_rect"
info_topic: "/wide_angle_camera_front/camera_info"
use_for_training: true
use_for_training: false
publish_confidence: true
publish_input_image: true
scheduler_weight: 1
rear:
image_topic: "/wide_angle_camera_rear/image_color_rect"
info_topic: "/wide_angle_camera_rear/camera_info"
use_for_training: false
use_for_training: true
publish_confidence: true
publish_input_image: true
scheduler_weight: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ camera_topics:
front:
image_topic: "/wide_angle_camera_front/image_color_rect_resize"
info_topic: "/wide_angle_camera_front_resize/camera_info"
use_for_training: true
use_for_training: false
publish_confidence: true
publish_input_image: true
scheduler_weight: 1
rear:
image_topic: "/wide_angle_camera_rear/image_color_rect_resize"
info_topic: "/wide_angle_camera_rear_resize/camera_info"
use_for_training: false
use_for_training: true
publish_confidence: true
publish_input_image: true
scheduler_weight: 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
camera_topics:
front:
image_topic: "/wide_angle_camera_front/image_color"
info_topic: "/wide_angle_camera_front/camera_info"
rear:
image_topic: "/wide_angle_camera_rear/image_color"
info_topic: "/wide_angle_camera_rear/camera_info"
use_for_training: true
publish_confidence: true
publish_input_image: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
camera_topics:
front:
image_topic: "/wide_angle_camera_front/image_color_resize"
info_topic: "/wide_angle_camera_front_resize/camera_info"
rear:
image_topic: "/wide_angle_camera_rear/image_color_resize"
info_topic: "/wide_angle_camera_rear_resize/camera_info"
use_for_training: true
publish_confidence: true
publish_input_image: true
Expand Down

0 comments on commit dd7e084

Please sign in to comment.