ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Jotweh's profile - activity

2019-06-07 20:18:41 -0500 received badge  Famous Question (source)
2019-05-23 12:29:03 -0500 received badge  Notable Question (source)
2019-05-23 04:26:21 -0500 received badge  Popular Question (source)
2019-05-23 04:04:27 -0500 commented question Common way to Interrupt a rospy.Rate.sleep

Figured that out after I wrote my answer :) But basically I need to write more code, I do have to convert my code into c

2019-05-23 03:49:24 -0500 commented question Common way to Interrupt a rospy.Rate.sleep

If I use a Timer, I will have to keep track of elapsed time, and loose all the convenience I get from using Rate.

2019-05-23 03:43:11 -0500 commented question Common way to Interrupt a rospy.Rate.sleep

I am thinking about something like that: https://gist.github.com/Tomatower/02fb93a59d5d8a8aa921138889b02b82

2019-05-23 03:43:10 -0500 asked a question Common way to Interrupt a rospy.Rate.sleep

Common way to Interrupt a rospy.Rate.sleep In some cases it is important to early interrupt a periodic loop, designed as