-
Notifications
You must be signed in to change notification settings - Fork 446
[mecanum_drive_controller] Fix mergify/bp/humble/pr 512
#1575
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
[mecanum_drive_controller] Fix mergify/bp/humble/pr 512
#1575
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
|
I do have some questions about this implementation though
let me know if anything is to be done about this |
The non-default topics are used by other controllers here to, one has to remap them if to be used in the "standard" way. |
|
@christophfroehlich I have added stamped vel support (refer 97e8ba9), can you have a look? |
christophfroehlich
left a comment
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 changes. I tested the package locally, it seems to be fine
eacbfa0
into
ros-controls:mergify/bp/humble/pr-512
|
@soham2560 please install pre-commit and run the checks the next time before opening a PR ;) |
oh I completely missed that, had run it but it skipped al the files since they were already commited, just checked, should've used |
@christophfroehlich apologies for commenting here, but is remapping possible on humble if the |
You can remap by adding the remapping arg to ros2_control_node. |
Brief
In this PR
Note: Refer this comment for exact motivation