mirror of
https://github.com/orbbec/OrbbecSDK_ROS2.git
synced 2026-09-15 04:20:20 +08:00
update sync mode default to standalone
This commit is contained in:
@@ -18,7 +18,7 @@ def generate_launch_description():
|
||||
'camera_name': 'camera_01',
|
||||
'usb_port': '2-1.1',
|
||||
'device_num': '2',
|
||||
'sync_mode': 'free_run'
|
||||
'sync_mode': 'standalone'
|
||||
}.items()
|
||||
)
|
||||
|
||||
@@ -30,7 +30,7 @@ def generate_launch_description():
|
||||
'camera_name': 'camera_02',
|
||||
'usb_port': '2-1.2.1',
|
||||
'device_num': '2',
|
||||
'sync_mode': 'free_run'
|
||||
'sync_mode': 'standalone'
|
||||
}.items()
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user