You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Foxy and Eloquent, sudo apt install ros-<ros2-distro>-turtlebot3* does not work because there are no turtlebot3 releases for those distros (yet).
For Dashing, ros2 launch nav2_bringup tb3_simulation_launch.py does not work because tb3_simulation_launch.py does not exist for Dashing. I believe it only exist for the master branch right now.
The text was updated successfully, but these errors were encountered:
GuanyangLuo
changed the title
Insturction for "Getting Started" does not work for any of the current ROS 2 versions (as of 2020/07/02)
Instruction for "Getting Started" does not work for any of the current ROS 2 versions (as of 2020/07/02)
Jul 2, 2020
That launch file has been well documented in tickets / ros answers to have changed. Check migration guides, we only support docs on the most recent version
* Clarify "Getting Started" launch file change
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#1607ros-navigation/navigation2#1663#9#36
* Avoid recommending a specific ROS 2 distro
Updated based on comments from the pull request.
#37
For
Foxy
andEloquent
,sudo apt install ros-<ros2-distro>-turtlebot3*
does not work because there are no turtlebot3 releases for those distros (yet).For
Dashing
,ros2 launch nav2_bringup tb3_simulation_launch.py
does not work becausetb3_simulation_launch.py
does not exist forDashing
. I believe it only exist for the master branch right now.The text was updated successfully, but these errors were encountered: