-
Notifications
You must be signed in to change notification settings - Fork 196
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
Tutorial for Nav2 Route Tool #633
Open
john-chrosniak
wants to merge
6
commits into
ros-navigation:master
Choose a base branch
from
usdot-fhwa-stol:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* added docs for plugin container layer Signed-off-by: alexander <alex@polymathrobotics.com> * set default plugin list to empty string array Signed-off-by: alexander <alex@polymathrobotics.com> * added PluginContainerLayer in tuning guide Signed-off-by: alexander <alex@polymathrobotics.com> * added example image and settings to plugin container layer configuration guide Signed-off-by: alexander <alex@polymathrobotics.com> * clarified plugin descriptions Signed-off-by: alexander <alex@polymathrobotics.com> * Update configuration/packages/costmap-plugins/plugin_container.rst Co-authored-by: Steve Macenski <stevenmacenski@gmail.com> Signed-off-by: alexanderjyuen <103065090+alexanderjyuen@users.noreply.github.com> * example image shows different inflations Signed-off-by: alexander <alex@polymathrobotics.com> * modified yaml to match example image Signed-off-by: alexander <alex@polymathrobotics.com> * added to Migration guide Signed-off-by: alexander <alex@polymathrobotics.com> * updated Migration wording Signed-off-by: alexander <alex@polymathrobotics.com> --------- Signed-off-by: alexander <alex@polymathrobotics.com> Signed-off-by: alexanderjyuen <103065090+alexanderjyuen@users.noreply.github.com> Co-authored-by: Steve Macenski <stevenmacenski@gmail.com> Signed-off-by: John Chrosniak <chrosniakj@gmail.com>
Signed-off-by: Michael Ferguson <mfergs7@gmail.com> Signed-off-by: John Chrosniak <chrosniakj@gmail.com>
* update docs for iterative graceful controller Signed-off-by: Michael Ferguson <mfergs7@gmail.com> * add add_orientations Signed-off-by: Michael Ferguson <mfergs7@gmail.com> * updates after review comments Signed-off-by: Michael Ferguson <mfergs7@gmail.com> * additional review udpates Signed-off-by: Michael Ferguson <mfergs7@gmail.com> * update notes on initial rotation tolerance Signed-off-by: Michael Ferguson <mfergs7@gmail.com> * trailing whitespace Signed-off-by: Michael Ferguson <mfergs7@gmail.com> * update defaults for control law Signed-off-by: Michael Ferguson <mfergs7@gmail.com> * add omni, legged Signed-off-by: Michael Ferguson <mfergs7@gmail.com> * update migration docs Signed-off-by: Michael Ferguson <mfergs7@gmail.com> * spelling/linter Signed-off-by: Michael Ferguson <mfergs7@gmail.com> --------- Signed-off-by: Michael Ferguson <mfergs7@gmail.com> Signed-off-by: John Chrosniak <chrosniakj@gmail.com>
Signed-off-by: John Chrosniak <chrosniakj@gmail.com>
Signed-off-by: John Chrosniak <chrosniakj@gmail.com>
Signed-off-by: John Chrosniak <chrosniakj@gmail.com>
john-chrosniak
force-pushed
the
master
branch
from
January 14, 2025 21:39
c4d9439
to
4be9f8a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR includes a tutorial for the Nav2 route tool that was introduced here: ros-navigation/navigation2#4775