-
Notifications
You must be signed in to change notification settings - Fork 429
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
ros time source should not use parameter client #580
Comments
rclcpp/rclcpp/src/rclcpp/time_source.cpp Lines 69 to 77 in 33a755c
|
* Improve rcl clock API documentation. Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com> * Improve rcl clock API error checking. Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com> * Address peer review comments. Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com> * Refine rcl_clock_t API thread-safety documentation. Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
Since pull request #740 was merged, |
Yeah, I'm going to close this one out for now. We may have to make further changes to the TimeSource (see the conversation in ros2/geometry2#630), but that is not what this PR is talking about. |
Right now the TimeSource class implementation in rclcpp uses a ParameterClient to get notifications of when a parameter changes, which:
The text was updated successfully, but these errors were encountered: