-
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
adding base footprint publisher to nav2_util #3860
Conversation
@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. |
* adding base footprint publisher to nav2_util * adding unit test
This reverts commit cefce2c.
* adding base footprint publisher to nav2_util * adding unit test Signed-off-by: gg <[email protected]>
…3860)" (ros-navigation#3994) This reverts commit cefce2c. Signed-off-by: gg <[email protected]>
* adding base footprint publisher to nav2_util * adding unit test Signed-off-by: enricosutera <[email protected]>
…3860)" (ros-navigation#3994) This reverts commit cefce2c. Signed-off-by: enricosutera <[email protected]>
…igation#3860)" (ros-navigation#3994)" (ros-navigation#3995) This reverts commit ef85df2. Signed-off-by: enricosutera <[email protected]>
* adding base footprint publisher to nav2_util * adding unit test
…3860)" (ros-navigation#3994) This reverts commit cefce2c.
* adding base footprint publisher to nav2_util * adding unit test
…3860)" (ros-navigation#3994) This reverts commit cefce2c.
Required ros2/geometry2#632
Adds a
nav2_util
to take thebase_link
and automatically publishbase_footprint
synchronized 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.