Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions nav2_bringup/launch/bringup_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
from launch_ros.descriptions import ParameterFile
from nav2_common.launch import LaunchConfigAsBool, RewrittenYaml

# This launch file provides a comprehensive Nav2 stack bringup with flexible configuration options.
# It supports both SLAM and localization modes, optional keepout/speed zones, and composition-based launching.

def generate_launch_description() -> LaunchDescription:
# Get the launch directory
Expand Down
Loading