-
Notifications
You must be signed in to change notification settings - Fork 0
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
Humble robot status #3
Conversation
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.
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.
There are some suggested improvements, but current implementation works and imo is good enough to be merged at this point. Unaddressed recommendations can be put in a new issue, which could be address at a later time.
@charodziej Can I merge it, or do you want some additional changes?
self.initialize_robot_status() | ||
|
||
self.joy_subscription_ = self.create_subscription( | ||
String, 'joy_multiplexer/selected_output', self.joy_multiplexer_callback, 10) |
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've just checked and the current implementation of joy_multiplexer uses custom message "Topic" (from joystick_control.msg import Topic
) instead of String. Though this will be changed when migrating to ros2, so perhaps it's better to leave it as String and in the meantime use Relay
node from topic_tools
to patch things up.
Related issue: SKA-Robotics/sirius_robot#3