rosros
0.2.5
Simple unified interface to ROS1 / ROS2 Python API
Loading...
Searching...
No Matches
duration.py
Go to the documentation of this file.
1
"""
2
Stand-in for `rclpy.duration`, provides `rospy.Duration`.
3
4
------------------------------------------------------------------------------
5
This file is part of rosros - simple unified interface to ROS1 / ROS2.
6
Released under the BSD License.
7
8
@author Erki Suurjaak
9
@created
17.02.2022
10
@modified
16.06.2022
11
------------------------------------------------------------------------------
12
"""
13
## @namespace rosros.rclify.duration
14
from rospy import Duration
15
16
__all__ = ["Duration"]
rosros
rclify
duration.py
Generated on Tue Jan 30 2024 20:00:19 for rosros by
1.9.7