-
Notifications
You must be signed in to change notification settings - Fork 327
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
Gpio command controller #1251
Gpio command controller #1251
Conversation
… params and align UTs
…rams struct instead. Use default member initializer.
…nitialize_gpio_state_msg methods
One last comment @saikishor brought up: Using DynamicJointStates for the commands feels semantically more than wrong here. Should we add a copy and name it more appropriate? |
Yes, I totally agree with you. Speaking of naming I would propose to add new message I've posted pr in the control_msgs repo ros-controls/control_msgs#155. When it merges, I'll align this pr. |
@Wiktor-99 @christophfroehlich may be this PR is also missing dependency in the ros2_controllers metapkg |
you are right! |
Yep, it had been missing. I've aligned it to use DynamicInterfaceGroupValues and fixed dependency in the meta pkg. |
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.
I once again tested it successfully with the demo PR. One last request from my side: please add a new section to the release notes.
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.
Perfect, 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.
LGTM
Thanks for addressing all the comments @Wiktor-99 and @christophfroehlich
Co-authored-by: Sai Kishor Kothakota <saisastra3@gmail.com>
0590c6a
into
ros-controls:master
--------- Co-authored-by: m.bednarczyk <m.bednarczyk@unistra.fr> Co-authored-by: Maciej Bednarczyk <macbednarczyk@gmail.com> Co-authored-by: Bence Magyar <bence.magyar.robotics@gmail.com> Co-authored-by: Christoph Fröhlich <christophfroehlich@users.noreply.github.com> Co-authored-by: Christoph Froehlich <christoph.froehlich@ait.ac.at> Co-authored-by: Sai Kishor Kothakota <saisastra3@gmail.com> (cherry picked from commit 0590c6a) # Conflicts: # doc/release_notes.rst
@Wiktor-99 could you please review ros-controls/ros2_control_demos#627 ? |
As I discussed with @christophfroehlich I've opened new pr with gpio controller.
This PR is a follow-up to the thread and implements a controller to send commands to GPIO interfaces, allowing specific command interfaces for each GPIO.
I have made the following changes compared to the original PR: