Conversation
|
This pull request is in conflict. Could you fix it @Eldgar? |
|
Please target the |
a354e8c to
ecb1ba7
Compare
|
This pull request is in conflict. Could you fix it @Eldgar? |
ecb1ba7 to
d052d11
Compare
ce4ef51 to
6301607
Compare
6301607 to
a01de6b
Compare
|
I've triggered the CI - looks like the linter isn't happy with a bit of the whitespace |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3478 +/- ##
==========================================
+ Coverage 46.23% 46.23% +0.01%
==========================================
Files 720 720
Lines 62713 62738 +25
Branches 7591 7595 +4
==========================================
+ Hits 28991 29003 +12
- Misses 33555 33567 +12
- Partials 167 168 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This PR is stale because it has been open for 45 days with no activity. Please tag a maintainer for help on completing this PR, or close it if you think it has become obsolete. |
Fix
When the user skips “Edit Selected,” Setup Assistant dropped
action_nsanddefaultfrommoveit_controllers.yaml(see #3434).This patch adds fallback values:
action_ns: follow_joint_trajectory
default: true
Test
Adds
InjectedDefaultsWhenBlanktotest_controllers.cppto verifythose keys are always present.
Fixes #3434