pycram.ros.no_ros.data_types#
Exceptions#
Exception class for service exceptions. |
Classes#
Class to abstract the ROS2 Time, to make it more consistent with the ROS1 Time class. |
Functions#
Module Contents#
- class pycram.ros.no_ros.data_types.Time(time=0.0, nsec=0.0)#
Class to abstract the ROS2 Time, to make it more consistent with the ROS1 Time class.
- time = 0.0#
- nsec = 0.0#
- classmethod now()#
- to_sec()#
- pycram.ros.no_ros.data_types.Duration(duration=0.0)#
- pycram.ros.no_ros.data_types.Rate(rate)#