Exemple #1
0
 def cancel(self):
     _rclpy.rclpy_cancel_timer(self.timer_handle)
Exemple #2
0
 def cancel(self):
     with self.handle as capsule:
         _rclpy.rclpy_cancel_timer(capsule)
Exemple #3
0
 def cancel(self):
     _rclpy.rclpy_cancel_timer(self.timer_handle)