Fix the RViz file name in the launch script (#58)

This commit is contained in:
Abe Tomoaki 2025-10-15 21:40:42 +09:00 committed by GitHub
parent 5a2b913ae3
commit 5309b131e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -175,7 +175,7 @@ def generate_launch_description():
# RViz configuration
rviz_config_file = PathJoinSubstitution(
[FindPackageShare(description_package), "rviz",
"robot_description.rviz"]
"arm_only.rviz"]
)
rviz_node = Node(