Skip to content

Commit

Permalink
Clarify "Getting Started" launch file change
Browse files Browse the repository at this point in the history
The added note should help new users or ROS 2 Dashing users avoid issues with
the "Getting Started" launch file, and also explain preference for Eloquent
and later.

ros-navigation/navigation2#1607
ros-navigation/navigation2#1663
ros-navigation#9
ros-navigation#36
  • Loading branch information
GuanyangLuo committed Jul 4, 2020
1 parent 43758c3 commit c386d68
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions getting_started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ Running the Example
.. code-block:: bash
ros2 launch nav2_bringup tb3_simulation_launch.py
.. note::

For ``ROS 2 Dashing Diademata`` or earlier, use
``nav2_simulation_launch.py``.
However, it is highly recommended to use Navigation 2 with ``ROS 2
Eloquent Elusor`` or later for **massively** improved stablity and
feature completeness.

This launch file will launch Navigation2 with the AMCL localizer in the
``turtlebot3_world`` world.
Expand Down

0 comments on commit c386d68

Please sign in to comment.