Trajectory blending with new trajectory deferral#2401
Open
vedh1234 wants to merge 3 commits into
Open
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #2401 +/- ##
==========================================
- Coverage 85.61% 85.58% -0.04%
==========================================
Files 148 148
Lines 15837 15797 -40
Branches 1339 1339
==========================================
- Hits 13559 13520 -39
+ Misses 1792 1790 -2
- Partials 486 487 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
christophfroehlich
requested changes
Jun 10, 2026
christophfroehlich
left a comment
Member
There was a problem hiding this comment.
Partial port of the ROS 1 "update existing trajectory" behavior to ROS 2 joint_trajectory_controller.
Fixes #84
For documentation here, what is different from the ROS 1 behavior/what is maybe missing to port?
Please also update the release_notes and update the documentation.
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.
Description
Partial port of the ROS 1 "update existing trajectory" behavior to ROS 2 joint_trajectory_controller.
Related to #84
What this PR does:
What this PR does NOT target: ( Compared to ROS1 blending feature )
Is this user-facing behavior change?
Yes. When allow_trajectory_blending is true (default), the active trajectory will continue running until the new trajectory's start time.
Did you use Generative AI?
Yes, Google Gemini and Claude were used to make improvements in manually written code, architectural analysis, edge-case review.
Additional Information
TODOs
To send us a pull request, please:
colcon testandpre-commit run(requires you to install pre-commit bypip3 install pre-commit)