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

rosconsole: ROS_DEBUG_THROTTLE_COND #69

Closed
ablasdel opened this issue Jan 8, 2013 · 2 comments
Closed

rosconsole: ROS_DEBUG_THROTTLE_COND #69

ablasdel opened this issue Jan 8, 2013 · 2 comments

Comments

@ablasdel
Copy link

ablasdel commented Jan 8, 2013

A common use case for throttled rosconsole messages is to warn about some sanity-check condition being false, but not fill the screen with warnings. It would make sense to be able to say

ROS_DEBUG_THROTTLE_COND(5.0, !validityCheck(), "State is invalid!")

with the intended meaning that every 5 seconds, validityCheck is called, and if it's false the message is output. NAMED and STREAM variants would also be nice.

@dirk-thomas dirk-thomas added this to the untargeted milestone May 1, 2014
@dirk-thomas
Copy link
Member

Related to #68

@dirk-thomas
Copy link
Member

This issue was moved to ros/rosconsole#2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants