Variables | |
string | _EC = '\033[0m' |
string | CLG_ = '\033[37m' |
string | CR_ = '\033[1;31m' |
string | CY_ = '\033[33m' |
tuple | diff_stamp = rospy.Duration.from_sec(eldiff) |
tuple | elbagin = str(sys.argv[1]) |
list | elbagout = elbagin[:-4] |
tuple | eldiff = float(sys.argv[3]) |
tuple | eltopic = str(sys.argv[2]) |
string | SB_ = '\033[1m' |
string fix_timestamp_of_topic::_EC = '\033[0m' |
Definition at line 13 of file fix_timestamp_of_topic.py.
string fix_timestamp_of_topic::CLG_ = '\033[37m' |
Definition at line 12 of file fix_timestamp_of_topic.py.
string fix_timestamp_of_topic::CR_ = '\033[1;31m' |
Definition at line 11 of file fix_timestamp_of_topic.py.
string fix_timestamp_of_topic::CY_ = '\033[33m' |
Definition at line 10 of file fix_timestamp_of_topic.py.
tuple fix_timestamp_of_topic::diff_stamp = rospy.Duration.from_sec(eldiff) |
Definition at line 36 of file fix_timestamp_of_topic.py.
tuple fix_timestamp_of_topic::elbagin = str(sys.argv[1]) |
Definition at line 23 of file fix_timestamp_of_topic.py.
Definition at line 24 of file fix_timestamp_of_topic.py.
tuple fix_timestamp_of_topic::eldiff = float(sys.argv[3]) |
Definition at line 26 of file fix_timestamp_of_topic.py.
tuple fix_timestamp_of_topic::eltopic = str(sys.argv[2]) |
Definition at line 25 of file fix_timestamp_of_topic.py.
string fix_timestamp_of_topic::SB_ = '\033[1m' |
Definition at line 9 of file fix_timestamp_of_topic.py.