Public Member Functions | |
def | __init__ (self) |
def | append_point (self, point_msg) |
def | resample (self, sampling_times) |
![]() | |
def | __init__ (self) |
def | append_times (self, msg_time, bag_time) |
def | get_next_index (self, time) |
def | slice (self, start_time, end_time) |
Public Attributes | |
x | |
y | |
z | |
![]() | |
bag_time | |
time | |
This class stores x,y,z and its corresponding times.
Definition at line 97 of file analyze_bag.py.
def rosbag_tools.analyze_bag.XYZWithTime.__init__ | ( | self | ) |
Definition at line 101 of file analyze_bag.py.
def rosbag_tools.analyze_bag.XYZWithTime.append_point | ( | self, | |
point_msg | |||
) |
Append the x, y, z components from a point to its arrays.
Definition at line 107 of file analyze_bag.py.
def rosbag_tools.analyze_bag.XYZWithTime.resample | ( | self, | |
sampling_times | |||
) |
Definition at line 113 of file analyze_bag.py.
rosbag_tools.analyze_bag.XYZWithTime.x |
Definition at line 102 of file analyze_bag.py.
rosbag_tools.analyze_bag.XYZWithTime.y |
Definition at line 103 of file analyze_bag.py.
rosbag_tools.analyze_bag.XYZWithTime.z |
Definition at line 104 of file analyze_bag.py.