adding base footprint publisher to nav2_util#3860
Merged
SteveMacenski merged 2 commits intomainfrom Nov 16, 2023
Merged
Conversation
Contributor
|
@SteveMacenski, your PR has failed to build. Please check CI outputs and resolve issues. |
b4123c3 to
b26be34
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #3860 +/- ##
==========================================
- Coverage 90.28% 90.26% -0.03%
==========================================
Files 415 417 +2
Lines 18471 18510 +39
==========================================
+ Hits 16677 16708 +31
- Misses 1794 1802 +8 ☔ View full report in Codecov by Sentry. |
ajtudela
pushed a commit
to grupo-avispa/navigation2
that referenced
this pull request
Nov 17, 2023
* adding base footprint publisher to nav2_util * adding unit test
lowellausen
pushed a commit
to lowellausen/navigation2
that referenced
this pull request
Nov 21, 2023
SteveMacenski
added a commit
that referenced
this pull request
Nov 30, 2023
This reverts commit cefce2c.
SteveMacenski
added a commit
that referenced
this pull request
Nov 30, 2023
SteveMacenski
added a commit
that referenced
this pull request
Nov 30, 2023
jwallace42
pushed a commit
to jwallace42/navigation2
that referenced
this pull request
Jan 3, 2024
* adding base footprint publisher to nav2_util * adding unit test Signed-off-by: gg <josho.wallace@gmail.com>
jwallace42
pushed a commit
to jwallace42/navigation2
that referenced
this pull request
Jan 3, 2024
…3860)" (ros-navigation#3994) This reverts commit cefce2c. Signed-off-by: gg <josho.wallace@gmail.com>
SteveMacenski
added a commit
that referenced
this pull request
Apr 23, 2024
Rayman
added a commit
to nobleo/navigation2
that referenced
this pull request
Apr 24, 2024
enricosutera
pushed a commit
to enricosutera/navigation2
that referenced
this pull request
May 19, 2024
* adding base footprint publisher to nav2_util * adding unit test Signed-off-by: enricosutera <enricosutera@outlook.com>
enricosutera
pushed a commit
to enricosutera/navigation2
that referenced
this pull request
May 19, 2024
…3860)" (ros-navigation#3994) This reverts commit cefce2c. Signed-off-by: enricosutera <enricosutera@outlook.com>
enricosutera
pushed a commit
to enricosutera/navigation2
that referenced
this pull request
May 19, 2024
…igation#3860)" (ros-navigation#3994)" (ros-navigation#3995) This reverts commit ef85df2. Signed-off-by: enricosutera <enricosutera@outlook.com>
Marc-Morcos
pushed a commit
to Marc-Morcos/navigation2
that referenced
this pull request
Jul 4, 2024
* adding base footprint publisher to nav2_util * adding unit test
Marc-Morcos
pushed a commit
to Marc-Morcos/navigation2
that referenced
this pull request
Jul 4, 2024
…3860)" (ros-navigation#3994) This reverts commit cefce2c.
Marc-Morcos
pushed a commit
to Marc-Morcos/navigation2
that referenced
this pull request
Jul 4, 2024
Marc-Morcos
pushed a commit
to Marc-Morcos/navigation2
that referenced
this pull request
Jul 4, 2024
* adding base footprint publisher to nav2_util * adding unit test
Marc-Morcos
pushed a commit
to Marc-Morcos/navigation2
that referenced
this pull request
Jul 4, 2024
…3860)" (ros-navigation#3994) This reverts commit cefce2c.
Marc-Morcos
pushed a commit
to Marc-Morcos/navigation2
that referenced
this pull request
Jul 4, 2024
Manos-G
pushed a commit
to Manos-G/navigation2
that referenced
this pull request
Aug 1, 2024
stevedanomodolor
pushed a commit
to stevedanomodolor/navigation2
that referenced
this pull request
Apr 29, 2025
…igation#3860)" (ros-navigation#3994)" (ros-navigation#3995) This reverts commit ef85df2. Signed-off-by: stevedanomodolor <stevedan.o.omodolor@gmail.com>
This file contains hidden or 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
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.
Required ros2/geometry2#632
Adds a
nav2_utilto take thebase_linkand automatically publishbase_footprintsynchronized with it that has Z, Pitch, and Roll removed so that users can have 3D state estimation but have a 2D footprint to use in navigation, visualization, or other needs in SE2 space.