You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I kindly request for the TODO of rospy.sleep() in rospy.timer.py to be implemented and use a specific exception if ros time moved backwards.
I had trouble to find the cause of a python node shutting down, when using 'rosbag play -l --clock bagfile'. When the implementation follows the ros tutorials on python the ROSInterruptException is always catched:
Since it is not very likely that this will get implemented by the maintainer I have marked the issue with the milestone untargeted.
Please consider to provide a pull request for the proposed feature. One comment though: a newly introduced exception would anyway need to inherit from rospy.ROSInterruptException in order to not change the API in terms of raising a new unrelated exception.
I made pull request #491 for the proposed feature. In addition to the exception inheriting from rospy.ROSInterruptException a logerr message is produced to inform the user. I hope this is ok. I looked into rospy.topics.py which produces log messages, too.
I kindly request for the TODO of rospy.sleep() in rospy.timer.py to be implemented and use a specific exception if ros time moved backwards.
I had trouble to find the cause of a python node shutting down, when using 'rosbag play -l --clock bagfile'. When the implementation follows the ros tutorials on python the ROSInterruptException is always catched:
And there is no error message telling you, that time moved backwards.
The text was updated successfully, but these errors were encountered: