-
Notifications
You must be signed in to change notification settings - Fork 430
Refactor interpolation_method class #2019
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
Merged
christophfroehlich
merged 37 commits into
ros-controls:master
from
thedevmystic:joint-trajectory-controller-refactor
Dec 1, 2025
+97
−12
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
1199a54
Refactor: interpolation_method.hpp
thedevmystic 011ca30
Refactor: Changed InterpolationMap to ReverseInterpolationMap to refl…
thedevmystic f211ae9
Merge branch 'master' into joint-trajectory-controller-refactor
thedevmystic 1c8a66f
Merge branch 'master' into joint-trajectory-controller-refactor
thedevmystic dfe48b9
Refactor: Fixed pre-commit stylistic issues.
thedevmystic ce2a7d9
Merge branch 'joint-trajectory-controller-refactor' of github.com:The…
thedevmystic 84975fd
Refactor: Changed ReverseInterpolationMethodMap lookup to interpolati…
thedevmystic e4922c8
Remove: Removed redundant ReverseInterpolationMethodMap.
thedevmystic 1ec2608
Refactor: Fixed Stylistic Inconsistency.
thedevmystic 2aec5a0
Update joint_trajectory_controller/include/joint_trajectory_controlle…
thedevmystic f5f4c0d
Update joint_trajectory_controller/include/joint_trajectory_controlle…
thedevmystic 8f2257b
Add pre-commit fixes
saikishor a256bc1
Refactor: Changed RCLCPP_INFO to RCLCPP_WARN.
thedevmystic 3a54333
Addition: Lowercase conversion function for case-agnostic checking.
thedevmystic 1d9fd74
Refactor: Fixed minor stylistic issues.
thedevmystic dcc31af
Addition: Added to_string function.
thedevmystic e685997
Fixed pre-commit failures.
thedevmystic d0ba3f1
Refactor: Fixed whitespace spacing.
thedevmystic 2b1d3fa
Addition: Added to_string function.
thedevmystic bc53617
Addition: Added warning for unknown value in to_string function.
thedevmystic 6a98061
Addition: Added warning for unknown value in to_string function.
thedevmystic 712d588
Addition: Added warning for unknown value in to_string function.
thedevmystic 6085b05
Doc: Fixed grammatic mistakes and polished the documentation.
thedevmystic 84f4cac
Remove: Removed helper convert_to_lowercase function.
thedevmystic fcb7832
Refactor: Refactored from_string to directly use string comparision.
thedevmystic 185e9d1
Refactor: Fixed pre-commit stylistic issues.
thedevmystic 19c353b
Merge branch 'test/jtc' of github.com:TheDevMystic/ros2_controllers i…
thedevmystic bc81c92
Refactor: Readded InterpolationMethodMap, and deprecated it, in favou…
thedevmystic 9f4309a
Refactor: Fixed documentations.
thedevmystic e07b712
Refactor: Fixed documentations.
thedevmystic 5d5e962
Merge branch 'master' into joint-trajectory-controller-refactor
thedevmystic ce2f2db
Doc: Fixed grammatic mistakes.
thedevmystic d502dd3
Merge branch 'joint-trajectory-controller-refactor' of github.com:The…
thedevmystic 7f2790f
Doc: Fixed deprecated message.
thedevmystic 8af0833
Doc: Fixed wording of depreciation of InterpolationMethodMap.
thedevmystic db8f06a
Doc: Removed Linear Interpolation Advise.
thedevmystic bbe3bb7
Merge branch 'master' into joint-trajectory-controller-refactor
thedevmystic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.