rosros 0.2.5
Simple unified interface to ROS1 / ROS2 Python API
|
Stand-in for `rospy.Rate`, wrapping the creation of ROS2 rate instance. More...
Public Member Functions | |
__new__ (cls, hz, reset=None) | |
Returns rclpy.timer.Rate instance. | |
__subclasshook__ (cls, C) | |
Returns true if C is a ROS2 rate class, else `NotImplemented`. | |
Stand-in for `rospy.Rate`, wrapping the creation of ROS2 rate instance.
rosros.rospify.timer.Rate.__new__ | ( | cls, | |
hz, | |||
reset = None |
|||
) |
rosros.rospify.timer.Rate.__subclasshook__ | ( | cls, | |
C | |||
) |