Skip to content

Commit dc9a1c5

Browse files
author
obyalian
committed
Docs: fix comment typos
1 parent 7e775dc commit dc9a1c5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

orbbec_camera/examples/benchmark/gemini_330_series_benchmark.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def generate_launch_description():
162162
DeclareLaunchArgument('color_info_url', default_value=''),
163163
# Network device settings: default enumerate_net_device is set to true, which will automatically enumerate network devices
164164
# If you do not want to automatically enumerate network devices,
165-
# you can set enumerate_net_device to true, net_device_ip to the device's IP address, and net_device_port to the default value of 8090
165+
# you can set enumerate_net_device to false, net_device_ip to the device's IP address, and net_device_port to the default value of 8090
166166
DeclareLaunchArgument('enumerate_net_device', default_value='false'),
167167
DeclareLaunchArgument('net_device_ip', default_value=''),
168168
DeclareLaunchArgument('net_device_port', default_value='0'),

orbbec_camera/examples/gmsl_camera/gemini_330_gmsl.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def generate_launch_description():
162162
DeclareLaunchArgument('color_info_url', default_value=''),
163163
# Network device settings: default enumerate_net_device is set to true, which will automatically enumerate network devices
164164
# If you do not want to automatically enumerate network devices,
165-
# you can set enumerate_net_device to true, net_device_ip to the device's IP address, and net_device_port to the default value of 8090
165+
# you can set enumerate_net_device to false, net_device_ip to the device's IP address, and net_device_port to the default value of 8090
166166
DeclareLaunchArgument('enumerate_net_device', default_value='false'),
167167
DeclareLaunchArgument('net_device_ip', default_value=''),
168168
DeclareLaunchArgument('net_device_port', default_value='0'),

orbbec_camera/examples/multi_camera_synced_verification_tool/gemini_330_series_synced_verify.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def generate_launch_description():
162162
DeclareLaunchArgument('color_info_url', default_value=''),
163163
# Network device settings: default enumerate_net_device is set to true, which will automatically enumerate network devices
164164
# If you do not want to automatically enumerate network devices,
165-
# you can set enumerate_net_device to true, net_device_ip to the device's IP address, and net_device_port to the default value of 8090
165+
# you can set enumerate_net_device to false, net_device_ip to the device's IP address, and net_device_port to the default value of 8090
166166
DeclareLaunchArgument('enumerate_net_device', default_value='false'),
167167
DeclareLaunchArgument('net_device_ip', default_value=''),
168168
DeclareLaunchArgument('net_device_port', default_value='0'),

orbbec_camera/launch/gemini435_le.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def generate_launch_description():
160160
DeclareLaunchArgument('color_info_url', default_value=''),
161161
# Network device settings: default enumerate_net_device is set to true, which will automatically enumerate network devices
162162
# If you do not want to automatically enumerate network devices,
163-
# you can set enumerate_net_device to true, net_device_ip to the device's IP address, and net_device_port to the default value of 8090
163+
# you can set enumerate_net_device to false, net_device_ip to the device's IP address, and net_device_port to the default value of 8090
164164
DeclareLaunchArgument("enumerate_net_device", default_value='true'),
165165
DeclareLaunchArgument("net_device_ip", default_value=""),
166166
DeclareLaunchArgument("net_device_port", default_value="0"),

orbbec_camera/launch/gemini_330_series.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def generate_launch_description():
161161
DeclareLaunchArgument('color_info_url', default_value=''),
162162
# Network device settings: default enumerate_net_device is set to true, which will automatically enumerate network devices
163163
# If you do not want to automatically enumerate network devices,
164-
# you can set enumerate_net_device to true, net_device_ip to the device's IP address, and net_device_port to the default value of 8090
164+
# you can set enumerate_net_device to false, net_device_ip to the device's IP address, and net_device_port to the default value of 8090
165165
DeclareLaunchArgument('enumerate_net_device', default_value='true'),
166166
DeclareLaunchArgument('net_device_ip', default_value=''),
167167
DeclareLaunchArgument('net_device_port', default_value='0'),

0 commit comments

Comments
 (0)