Fix the RViz file name in the launch script (#58)
This commit is contained in:
parent
5a2b913ae3
commit
5309b131e6
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user