cherry-picking mjeronimo:fix_bt_crash_after_reset#1515
Merged
SteveMacenski merged 1 commit intoFeb 11, 2020
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1515 +/- ##
==========================================
+ Coverage 37.53% 37.54% +0.01%
==========================================
Files 226 226
Lines 11774 11762 -12
Branches 5084 5080 -4
==========================================
- Hits 4419 4416 -3
+ Misses 3981 3977 -4
+ Partials 3374 3369 -5
Continue to review full report at Codecov.
|
Member
|
Can you file a ticket before we merge this on the navigation time to process? |
SteveMacenski
approved these changes
Feb 11, 2020
Contributor
Author
|
added a ticket for reducing time it takes to process request |
Member
|
Awesome, I really appreciate the help. I wouldn't have been able to get to this for awhile. Plus removes 2 critical tagged issues. |
SteveMacenski
pushed a commit
to SteveMacenski/navigation2
that referenced
this pull request
Mar 2, 2020
SteveMacenski
added a commit
that referenced
this pull request
Mar 3, 2020
* added a red circle for target pose location. changed the way marker id numbers are generated. resized markers * edited a comment line * cherry-picking mjeronimo:fix_bt_crash_after_reset (#1515) * syncing eloquent with 1940266 * bump to 0.3.4 Co-authored-by: Melih Erdogan <h.meliherdogan@gmail.com> Co-authored-by: John Connolly <johnconn@umich.edu>
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.
This is #1322 targeting head of master.
Like that ticket says,
should fix
#1285
and
#1439
Recreation of the tree is taking 200-300ms in my test environment. This delay directly adds to the time it takes the nav stack to receive to a NavigateToPose request.
Future work can be done to reduce this time.
Tested with rviz start/stop commands in simulation and a script with some start/stop commands.