Skip to content

Commit 98f8c77

Browse files
committed
Minor change
1 parent 9ce6fa0 commit 98f8c77

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

examples/zed_aruco_localization/launch/zed_aruco_loc.launch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def launch_setup(context, *args, **kwargs):
9292
camera_model_val + '.yaml'
9393
)
9494

95-
# Rviz2 Configurations to be loaded by ZED Node
95+
# RVIZ2 Configurations to be loaded by ZED Node
9696
config_rviz2 = os.path.join(
9797
get_package_share_directory('zed_aruco_localization'),
9898
'rviz2','aruco.rviz'

examples/zed_depth_to_laserscan/launch/zed_depth_to_laserscan.launch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def launch_setup(context, *args, **kwargs):
8686
camera_model_val + '.yaml'
8787
)
8888

89-
# Rviz2 Configurations to be loaded by ZED Node
89+
# RVIZ2 Configurations to be loaded by ZED Node
9090
config_rviz2 = os.path.join(
9191
get_package_share_directory('zed_depth_to_laserscan'),
9292
'rviz2','zed_depth_to_laserscan.rviz'

rviz-plugin-zed-od/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package format="3">
44
<name>rviz_plugin_zed_od</name>
55
<version>4.1.0</version>
6-
<description>Plugin to display Object Detection results on Rviz2</description>
6+
<description>Plugin to display Object Detection results on RVIZ2</description>
77
<maintainer email="[email protected]">STEREOLABS</maintainer>
88

99
<license>Apache License 2.0</license>

tutorials/zed_robot_integration/launch/view_dual_zed.launch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
camera_model_1 = 'zedx'
3636
camera_model_2 = 'zedxm'
3737

38-
# Rviz2 Configurations to be loaded by ZED Node
38+
# RVIZ2 Configurations to be loaded by ZED Node
3939
config_rviz2 = os.path.join(
4040
get_package_share_directory('zed_robot_integration'),
4141
'rviz2','view_config.rviz'

tutorials/zed_robot_integration/launch/view_mono_zed.launch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
camera_name = 'zed'
3434
camera_model = 'zedx'
3535

36-
# Rviz2 Configurations to be loaded by ZED Node
36+
# RVIZ2 Configurations to be loaded by ZED Node
3737
config_rviz2 = os.path.join(
3838
get_package_share_directory('zed_robot_integration'),
3939
'rviz2','view_config.rviz'

zed_display_rviz2/launch/display_zed_cam.launch.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ def launch_setup(context, *args, **kwargs):
4343
if (camera_name_val == ''):
4444
camera_name_val = 'zed'
4545

46-
# Rviz2 Configurations to be loaded by ZED Node
46+
# RVIZ2 Configurations to be loaded by ZED Node
4747
config_rviz2 = os.path.join(
4848
get_package_share_directory('zed_display_rviz2'),
4949
'rviz2',
5050
camera_model_val + '.rviz'
5151
)
5252

53-
# Rviz2 node
53+
# RVIZ2 node
5454
rviz2_node = Node(
5555
package='rviz2',
5656
namespace=camera_name_val,
@@ -85,7 +85,7 @@ def generate_launch_description():
8585
DeclareLaunchArgument(
8686
'start_zed_node',
8787
default_value='True',
88-
description='Set to `False` to start only Rviz2 if a ZED node is already running.'),
88+
description='Set to `False` to start only RVIZ2 if a ZED node is already running.'),
8989
DeclareLaunchArgument(
9090
'camera_name',
9191
default_value=TextSubstitution(text='zed'),

zed_display_rviz2/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package format="3">
44
<name>zed_display_rviz2</name>
55
<version>4.1.0</version>
6-
<description>"zed_display_rviz2" is a ROS2 package to visualize in Rviz2 the information from the "zed_wrapper" node</description>
6+
<description>"zed_display_rviz2" is a ROS2 package to visualize in RVIZ2 the information from the "zed_wrapper" node</description>
77
<maintainer email="[email protected]">STEREOLABS</maintainer>
88
<license>Apache License 2.0</license>
99
<url type="website">https://www.stereolabs.com/</url>

0 commit comments

Comments
 (0)