-
Notifications
You must be signed in to change notification settings - Fork 91
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
Use spawner with --params-file
argument instead of cli verbs
#399
Conversation
@Mergifyio backport jazzy |
✅ Backports have been created
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the nice work. The changes till now looks good to me
ros__parameters: | ||
joints: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ros__parameters: | |
joints: | |
ros__parameters: | |
type: velocity_controllers/JointGroupVelocityController | |
joints: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Tested!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: Alejandro Hernández Cordero <[email protected]> (cherry picked from commit 30e6705)
…#409) Co-authored-by: Alejandro Hernández Cordero <[email protected]> (cherry picked from commit 30e6705) Co-authored-by: Christoph Fröhlich <[email protected]>
This repo is now in line with the ros2_control_demo repo, especially ros-controls/ros2_control_demos#502
I tested all examples and fixed some other stuff (wrong topic for ackermann steering controller etc). I'll create a manual backport for iron.
Fixes #395