Skip to content

Commit bdb5345

Browse files
committed
update vehicle dim
1 parent 1a6b67d commit bdb5345

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

GEMstack/onboard/perception/utils/parking_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
from scipy.spatial import ConvexHull
55

66

7-
GEM_E4_LENGTH = 3.6 # m
8-
GEM_E4_WIDTH = 1.5 # m
7+
GEM_E4_LENGTH = 3.2 # m
8+
GEM_E4_WIDTH = 1.7 # m
99

1010

1111
def clickPoints(imgPath=None, numPoints=4):

GEMstack/onboard/perception/utils/visualization_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
import math
99
import tf.transformations as tf_trans
1010

11-
GEM_E4_LENGTH = 3.6 # m
12-
GEM_E4_WIDTH = 1.5 # m
11+
GEM_E4_LENGTH = 3.2 # m
12+
GEM_E4_WIDTH = 1.7 # m
1313

1414
def vis_2d_bbox(image, xywh, box):
1515
# Setup

0 commit comments

Comments
 (0)