mirror of
https://github.com/orbbec/OrbbecSDK_ROS2.git
synced 2026-09-11 18:50:19 +08:00
chore: Disable 3D reconstruction mode by default
This commit is contained in:
@@ -125,7 +125,7 @@ def generate_launch_description():
|
||||
# - The laser will switch to on-off mode
|
||||
# - IR images without the laser will be used for SLAM localization
|
||||
# - Depth images with the laser will be used because they provide better depth quality
|
||||
DeclareLaunchArgument('enable_3d_reconstruction_mode', default_value='true'),
|
||||
DeclareLaunchArgument('enable_3d_reconstruction_mode', default_value='false'),
|
||||
]
|
||||
|
||||
# Node configuration
|
||||
|
||||
Reference in New Issue
Block a user