Closed
Conversation
Codecov Report
@@ Coverage Diff @@
## main #511 +/- ##
==========================================
+ Coverage 45.18% 52.50% +7.32%
==========================================
Files 169 174 +5
Lines 18732 19079 +347
==========================================
+ Hits 8462 10015 +1553
+ Misses 10270 9064 -1206
Continue to review full report at Codecov.
|
MikeWrock
pushed a commit
to MikeWrock/moveit2
that referenced
this pull request
Aug 15, 2022
* Update chomp_planner_tutorial.rst Fix the order of planning_adapters. Add TimeParameterization should be on the top of the list. See moveit/moveit#2053 * Update planning_adapters_tutorial.rst
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.
Servo tests were already passing on Rolling and Galactic when enabled as is. This fixes them in Foxy too with two additions to upstream repos. This PR will:
unit_test_servo_calcswhich is somewhat still flaky / failing on all distros.basic_servo_tests)See below for more information for what I've figured out:
The tests are not failing because test file is not generated. I figured they are actually timing out way up in the raw Github action log output. I naturally tried to increase the timeout values, with that I figured the following out:
move_group_ompl_constraint was also timing out. When I increase the timeout from default 60 seconds to 120 seconds:
2021-06-19T12:56:32.5818472Z [move_group-1] [WARN] [1624107338.958080006] [ompl]: /tmp/binarydeb/ros-rolling-ompl-1.5.2/src/ompl/tools/multiplan/src/ParallelPlan.cpp:138 - ParallelPlan::solve(): Unable to find solution by any of the threads in 60.002458 seconds.I don't have much idea why this is happening, but when I checked ParallelPlan I couldn't find any mutexes, maybe this?