Skip to content
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

The message type to update TimeSource is inconsistent with rclcpp #303

Closed
vinnamkim opened this issue Apr 2, 2019 · 1 comment
Closed
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@vinnamkim
Copy link
Contributor

rclpy uses builtin_interfaces.msg.Time to update ROS time. However, rclcpp uses rosgraph_msgs::msg::Clock. I think they should be same, and rosgraph_msgs::msg::Clock would be more preferred likewise ROS1. Is it?

@tfoote tfoote added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed labels Apr 2, 2019
@tfoote
Copy link
Contributor

tfoote commented Apr 2, 2019

Yes, this should be switched to use rosgraph_msgs/Clock like rclcpp and ROS1.

The same change was made in rclcpp here: ros2/rclcpp#474

@tfoote tfoote added the in review Waiting for review (Kanban column) label Apr 3, 2019
@sloretz sloretz removed the in review Waiting for review (Kanban column) label Apr 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants