Skip to content

Commit a369011

Browse files
Merge branch 'main' into sonar-processing
2 parents 2cd0da9 + e7adb1c commit a369011

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

onboard/src/cv/cv/depthai_spatial_detection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def detect(self) -> None:
310310
confidence = detection.confidence
311311

312312
# Calculate relative pose, and pull scalings from config dependent on model
313-
scale_x, scale_y, scale_z = None, None, None
313+
scale_x, scale_y, scale_z = 1.0, 1.0, 1.0
314314
match label:
315315
case 'torpedo_banner':
316316
scale_x = Torpedo.TORPEDO_BANNER_X_SCALE

onboard/src/static_transforms/config/oogway.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ transforms:
6868
z: -0.2552065
6969
roll: 0.0
7070
pitch: 0.0
71-
yaw: -1.57079632679
71+
yaw: -1.5707963267948966
7272
frame_id: corner_link
7373
child_frame_id: dvl
7474
marker_dropper:

0 commit comments

Comments
 (0)