Skip to content

Commit f1dd09d

Browse files
committed
Fixed builed erros and -s
1 parent eb43fcc commit f1dd09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nav2_bringup/launch/nav2_toolkit_launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from nav2_common.launch import RewrittenYaml
2525

2626

27-
def generate_launch_description():
27+
def generate_launch_description() -> LaunchDescription:
2828
bringup_dir = get_package_share_directory('nav2_bringup')
2929
default_params_file = os.path.join(bringup_dir, 'params', 'nav2_params.yaml')
3030
default_pose_file = os.path.join(os.environ['HOME'], 'last_known_pose.yaml')

0 commit comments

Comments
 (0)