Skip to content

Bugfix/move action capability consistent thread#3692

Open
riv-mjohnson wants to merge 3 commits intomoveit:mainfrom
riv-mjohnson:bugfix/move_action_capability_consistent_thread
Open

Bugfix/move action capability consistent thread#3692
riv-mjohnson wants to merge 3 commits intomoveit:mainfrom
riv-mjohnson:bugfix/move_action_capability_consistent_thread

Conversation

@riv-mjohnson
Copy link
Contributor

@riv-mjohnson riv-mjohnson commented Feb 25, 2026

Description

Uses a single persistent thread in the move action capability.
Should fix #3691 for move action capabilities.

When this is merged, could it be backported to Jazzy and Kilted?

Checklist

  • Required by CI: Code is auto formatted using clang-format
  • Extend the tutorials / documentation reference
  • Document API changes relevant to the user in the MIGRATION.md notes
  • Create tests, which fail without this PR reference
  • Include a screenshot if changing a GUI
  • While waiting for someone to review your request, please help review another open pull request to support the maintainers

@codecov
Copy link

codecov bot commented Feb 25, 2026

Codecov Report

❌ Patch coverage is 0% with 23 lines in your changes missing coverage. Please review.
✅ Project coverage is 0.00%. Comparing base (f1135a4) to head (d33ca72).

Files with missing lines Patch % Lines
...rc/default_capabilities/move_action_capability.cpp 0.00% 23 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff          @@
##            main   #3692   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files        539     539           
  Lines      47592   47600    +8     
  Branches    6085    6086    +1     
=====================================
- Misses     47592   47600    +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FCL uses a thread-local cache, and MoveGroupMoveAction spawns endless threads.

1 participant