-
Notifications
You must be signed in to change notification settings - Fork 81
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
[enhancement] [jsk_topic_tools] warning when using rosrun and there is no subscriber for seconds #1132
Comments
This kind of information is available on |
Oh, sorry. I mean this is not for professionals but for beginners. (I think 2015年9月19日土曜日、Ryohei Uedanotifications@github.comさんは書きました:
和田 健太郎 / Kentaro Wada |
I agree that those kinds of warning helps us a lot, OTH I can easily imagine users say |
This idea came from my experience, and I think this is useful for people I think I understood your concern, that's true the warning does not work 2015年9月21日月曜日、Ryohei Uedanotifications@github.comさんは書きました:
和田 健太郎 / Kentaro Wada |
OK, let's see how it is useful. Please implement that feature. |
I'm planning to use roscpp::Timer with |
WallTimer sounds better |
Closes jsk-ros-pkg#1132 The warning message should be write with ROS_INFO, for no many warning when running with roslaunch.
Closes jsk-ros-pkg#1132 The warning message should be write with ROS_INFO, for no many warning when running with roslaunch.
Closes jsk-ros-pkg#1132 The warning message should be write with ROS_INFO, for no many warning when running with roslaunch.
why not add this feature to jsk_topic_tools/ConnectedBasedNodelet?
This feature is similar as warning when we run image_view without remapping
image
topic.notice
rosrun
.maybe using timer with callback function and flag to avoid many warnings.
The text was updated successfully, but these errors were encountered: