Skip to content

Commit

Permalink
Update templates/robot_description/view_robot.launch.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Azanov  <[email protected]>
  • Loading branch information
destogl and muritane committed Nov 19, 2024
1 parent e4fe392 commit df0e404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/robot_description/view_robot.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def generate_launch_description():
robot_description_launch = IncludeLaunchDescription(
PythonLaunchDescriptionSource(
PathJoinSubstitution(
[FindPackageShare("$PKG_NAME$"), "launch", "$ROBOT_NAME$.launch.py"]
[FindPackageShare("$PKG_NAME$"), "launch", "$ROBOT_NAME$_description.launch.py"]
)
),
launch_arguments={"launch_rviz": "true"}.items(),
Expand Down

0 comments on commit df0e404

Please sign in to comment.