-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add TwistStamped support via TwistPublisher and TwistSubscriber #3775
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
Closed
Ryanf55
wants to merge
35
commits into
ros-navigation:main
from
Ryanf55:1594-twist-stamped-publisher
Closed
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
ede0c73
Add TwistStamped to controller_server via TwistPublisher util
Ryanf55 a2ec1a5
Fix small issues
Ryanf55 356640d
Remove stored node and assert
Ryanf55 e75f865
Add tests for node
Ryanf55 fdaf98e
Add missing spin call to solve timeout
Ryanf55 ce295c3
Fix copyright (me instead of intel)
Ryanf55 5c63d59
Add full test coverage with subscriber
Ryanf55 bbb1b23
Remove unused rclcpp fixture
Ryanf55 c6119b8
Use TwistStamped in nav2_behaviors
Ryanf55 a4c2ffb
Use TwistStamped in collision monitor node
Ryanf55 50a90ea
Add TwistStamped readme updates to velocity smoother
Ryanf55 d8ff35c
Add TwistSubscriber implementation
Ryanf55 8c2c37f
Fix syntax errors
Ryanf55 5449cf0
Use TwistSubscriber in test_velocity_smoother
Ryanf55 47b6e77
Use TwistSubscriber in assisted_teleop
Ryanf55 78b3018
Use TwistSubscriber in collision monitor node
Ryanf55 9306ce5
Use TwistSubscriber in velocity smoother
Ryanf55 7f349be
Remove unused code
Ryanf55 0f23c80
add timestamp and frame_id to TwistStamped message
pedro-fuoco ef67626
Add missing utility include
Ryanf55 22732b2
Document TwistPublisher and TwistSubscriber usage
Ryanf55 ff36e3f
Use pass-by-reference
Ryanf55 de9a695
Finish twist subscriber tests
Ryanf55 00ba082
Add other constructor and docs
Ryanf55 d806e1c
Merge branch 'main' into 1594-twist-stamped-publisher
SteveMacenski 5895d33
Fix linter issues
Ryanf55 e65fed5
Manually fix paren alignment
Ryanf55 d074e00
Remove GSoC reference
Ryanf55 b94181e
Document twist bool param in README
Ryanf55 0e70ab3
Handle twistPublisher in collision monitor
Ryanf55 50cc292
Convert to using TwistStamped interally
Ryanf55 c9b4e9b
Remove nav2_util usage instructions
Ryanf55 83d3b64
Remove unused Twist only subscriber
Ryanf55 5fbf249
More linter fixes
Ryanf55 03ec283
Prefer working with unique_ptr for cmd_vel
Ryanf55 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
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
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
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
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
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
Oops, something went wrong.
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.