-
Notifications
You must be signed in to change notification settings - Fork 139
add rosgraph_msgs package with Clock message #50
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
Conversation
rosgraph_msgs/msg/Clock.msg
Outdated
| @@ -0,0 +1,4 @@ | |||
| # roslib/Clock is used for publishing simulated time in ROS. | |||
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.
copy-n-paste ?
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.
Yes, copied 1-to-1 from ROS 1.
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.
Please update the comment as there is no such thing as roslib/Clock in ROS 2. And this doesn't exist in ROS1 since C-Turtle either from what I can tell
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.
Done: ae27767
mikaelarguedas
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.
lgtm (didn't test bridging it though).
Should this be blacklisted on CI like the other messages unused by our current test suite ?
I would rather not blacklist it since it is only a single message. |
Fine by me |
Fixes ros2/ros1_bridge#104. Connect to ros2/ros1_bridge#104.
This adds the
Clockmessage from the rosgraph_msgs package.The other two messages fro ROS 1 seem to not have a 1-to-1 equivalent in ROS 2 therefore I didn't add them at this point.