update launch to accord to connected usb ports

This commit is contained in:
datean
2024-11-29 16:08:13 +08:00
parent 5194dd2b87
commit 6759bb9545
@@ -60,7 +60,7 @@ def generate_launch_description():
),
launch_arguments={
"camera_name": "left_camera",
"usb_port": "2-3.2",
"usb_port": "2-3.1",
"device_num": "4",
"sync_mode": "secondary_synced",
"config_file_path": config_file_path,
@@ -75,7 +75,7 @@ def generate_launch_description():
),
launch_arguments={
"camera_name": "right_camera",
"usb_port": "2-3.4",
"usb_port": "2-3.3",
"device_num": "4",
"sync_mode": "secondary_synced",
"config_file_path": config_file_path,