-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docs #1663
Comments
Hi @adamkrawczyk I was wondering where are you looking for maps? In Nav2's repo or Turtlebot's repo? I think you have to provide map through cli argument like for example
I suggest you to look (here)[https://github.com/ros-planning/navigation2/blob/master/nav2_bringup/bringup/README.md] for how to pass params. And for the map, you can find prebuild map in |
Nav2 simulation launch is circa dashing. Where did you find instructions to use that? The directions should tell you to use tb3_simulation.py.launch for Eloquent and newer. @shivaang12 not sure what you mean by maps wrt launch files not running |
I'm just saying that the provided command doesn't work. Rest of the demo works fine. |
Where did you find that command, specifically? I’m looking at the website and I can’t find a reference to that launch file. |
https://ros-planning.github.io/navigation2/getting_started/index.html Here is the command. Also I've checked source now and got that command is correct but the binary version for dashing doesn't come with specified launch file. So this should be more like 'update binary version for dashing' I have only
|
@adamkrawczyk Sorry, I think I miss understood you before. @SteveMacenski Can we cherrypick this thing? or not? |
That page is for Eloquent and newer, we changed that launch file right after the dashing release to better describe its function. Sorry if that caused you trouble; we've been recommending users to use Eloquent or ROS2 master since Dashing is a little buggy and it was massively improved in Eloquent. I'd welcome a PR from you though at https://github.com/ros-planning/navigation.ros.org to add a "Note:" about if using dashing or older, use the |
Okay, thank you. I’m closing now |
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
* 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#1607 ros-navigation/navigation2#1663 #9 #36 * Avoid recommending a specific ROS 2 distro Updated based on comments from the pull request. #37
Bug report
Required Info:
Steps to reproduce the issue
Just follow steps at the website to launch demo navigation with turtlebot3
Expected behavior
Turtlebot driving autonomously
Actual behavior
No launch file. Launch file provided with the package doesn't work.
Additional information
After launching simulation
ros2 launch nav2_bringup nav2_simulation_launch.py
there is no map.The text was updated successfully, but these errors were encountered: