mirror of
https://github.com/orbbec/OrbbecSDK_ROS2.git
synced 2026-09-13 19:40:19 +08:00
fixed baseline params
This commit is contained in:
@@ -25,7 +25,7 @@ def generate_launch_description():
|
||||
DeclareLaunchArgument('color_height', default_value='720'),
|
||||
DeclareLaunchArgument('color_fps', default_value='30'),
|
||||
DeclareLaunchArgument('color_format', default_value='MJPG'),
|
||||
DeclareLaunchArgument('enable_color', default_value='true'),
|
||||
DeclareLaunchArgument('enable_color', default_value='false'),
|
||||
DeclareLaunchArgument('color_qos', default_value='default'),
|
||||
DeclareLaunchArgument('color_camera_info_qos', default_value='default'),
|
||||
DeclareLaunchArgument('enable_color_auto_exposure', default_value='true'),
|
||||
|
||||
@@ -12,11 +12,11 @@ def generate_launch_description():
|
||||
launch_file_dir = os.path.join(package_dir, 'launch')
|
||||
launch1_include = IncludeLaunchDescription(
|
||||
PythonLaunchDescriptionSource(
|
||||
os.path.join(launch_file_dir, 'dabai_dcw.launch.py')
|
||||
os.path.join(launch_file_dir, 'gemini2R.launch.py')
|
||||
),
|
||||
launch_arguments={
|
||||
'camera_name': 'camera_01',
|
||||
'usb_port': '5-3.4.4.2.1',
|
||||
'usb_port': '2-3.4.4.4.1',
|
||||
'device_num': '2',
|
||||
'sync_mode': 'free_run'
|
||||
}.items()
|
||||
@@ -24,11 +24,11 @@ def generate_launch_description():
|
||||
|
||||
launch2_include = IncludeLaunchDescription(
|
||||
PythonLaunchDescriptionSource(
|
||||
os.path.join(launch_file_dir, 'dabai_dcw.launch.py')
|
||||
os.path.join(launch_file_dir, 'gemini2R.launch.py')
|
||||
),
|
||||
launch_arguments={
|
||||
'camera_name': 'camera_02',
|
||||
'usb_port': '5-3.4.3.1',
|
||||
'usb_port': '2-3.4.4.4.3',
|
||||
'device_num': '2',
|
||||
'sync_mode': 'free_run'
|
||||
}.items()
|
||||
|
||||
Reference in New Issue
Block a user