Skip to content

fix: publish diagnostic_agg using a timer, not wall_timer #466

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

Draft
wants to merge 1 commit into
base: ros2
Choose a base branch
from

Conversation

MrBlenny
Copy link

Similar to #458

diagnostics_agg should be published using a timer rather than wall_timer so it respects use_sim_time

@redvinaa
Copy link

This doesn't solve the problem, because in the aggregator all status items create their own default clock.

: clock_(new rclcpp::Clock())

@ct2034
Copy link
Collaborator

ct2034 commented Apr 15, 2025

@MrBlenny can you please open an issue, describe the problem you want to fix and how to reproduce it.

Copy link
Collaborator

@ct2034 ct2034 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see comments above

@ct2034 ct2034 added bug This is a bug in the code (and not a new feature) needs more work Someone has worked on this but more work is needed labels Apr 15, 2025
@ct2034 ct2034 added the ros2 PR tackling a ROS2 branch label May 5, 2025
@ct2034 ct2034 marked this pull request as draft May 26, 2025 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This is a bug in the code (and not a new feature) needs more work Someone has worked on this but more work is needed ros2 PR tackling a ROS2 branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants