Example #1
0
 def cancel(self):
     _rclpy.rclpy_cancel_timer(self.timer_handle)
Example #2
0
 def cancel(self):
     with self.handle as capsule:
         _rclpy.rclpy_cancel_timer(capsule)
Example #3
0
File: timer.py Project: ros2/rclpy
 def cancel(self):
     _rclpy.rclpy_cancel_timer(self.timer_handle)