rosros
0.2.5
Simple unified interface to ROS1 / ROS2 Python API
Loading...
Searching...
No Matches
time.py
Go to the documentation of this file.
1
"""
2
Stand-in for `rclpy.time`, 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
14.02.2022
10
@modified
16.06.2022
11
------------------------------------------------------------------------------
12
"""
13
## @namespace rosros.rclify.time
14
from rospy import Time
15
16
CONVERSION_CONSTANT = 10 ** 9
17
18
19
__all__ = ["CONVERSION_CONSTANT", "Time"]
rosros
rclify
time.py
Generated on Tue Jan 30 2024 20:00:19 for rosros by
1.9.7