-
Notifications
You must be signed in to change notification settings - Fork 581
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
Get configuration values of traj_exec_man #2702
Conversation
82f5fce
to
5493bed
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2702 +/- ##
==========================================
- Coverage 50.74% 42.61% -8.12%
==========================================
Files 392 692 +300
Lines 32553 56319 +23766
Branches 0 7270 +7270
==========================================
+ Hits 16517 23997 +7480
- Misses 16036 32159 +16123
- Partials 0 163 +163 ☔ View full report in Codecov by Sentry. |
I'm happy with this PR but to keep clang-tidy happy, would you mind renaming the new methods you added to keep with the style asked for by our config? Here is an excerpt from the failing CI job.
|
I did run the pre-commit, but that didn't notify me/fix it. Could you maybe extend the pre-commit config, so this would show up before committing? I will update the PR manually for now. |
5493bed
to
d645611
Compare
@tylerjw See https://github.com/pocc/pre-commit-hooks for a clang-tidy hook. Also listed on the 'official' pre-commit hooks list |
We've tried running clang-tidy in pre-commit but sadly it takes so long to execute it is really annoying for most people. Also, it depends on you having compiled the code with clang. I wish I had a better solution than running it in CI. |
Description
Get configuration values of the trajectory_execution_mananager
Checklist