Skip to content

Commit aa0d5b7

Browse files
committed
change yolo node
1 parent b80b6f6 commit aa0d5b7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

robocup_bringup/launch/carry_my_luggage_dependencies.launch.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,17 @@ def generate_launch_description():
8282

8383
yolo3d = IncludeLaunchDescription(
8484
PythonLaunchDescriptionSource(
85-
os.path.join(yolo3d_dir, 'launch', 'yolo_3d.launch.py')
85+
os.path.join(yolo3d_dir, 'launch', 'yolo.launch.py')
8686
),
8787
launch_arguments={
8888
# 'namespace': 'perception_system',
8989
'model': 'yolov8n-pose.pt',
90+
'use_3d': 'True',
9091
'input_image_topic': '/head_front_camera/rgb/image_raw',
9192
'input_depth_topic': '/head_front_camera/depth/image_raw',
9293
'input_depth_info_topic': '/head_front_camera/depth/camera_info',
9394
'depth_image_units_divisor': '1000', # 1 for simulation, 1000 in real robot
94-
'target_frame': 'head_front_camera_rgb_optical_frame',
95+
'target_frame': 'head_front_camera_optical_frame',
9596
'threshold': '0.5'
9697
}.items()
9798
)

0 commit comments

Comments
 (0)