Public Member Functions | |
def | __init__ (self) |
def | append_quaternion (self, quaternion_msg) |
![]() | |
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 | |
w | |
x | |
y | |
z | |
![]() | |
bag_time | |
time | |
This class stores quaternions and its corresponding times.
Definition at line 78 of file analyze_bag.py.
def rosbag_tools.analyze_bag.QuatWithTime.__init__ | ( | self | ) |
Definition at line 82 of file analyze_bag.py.
def rosbag_tools.analyze_bag.QuatWithTime.append_quaternion | ( | self, | |
quaternion_msg | |||
) |
Append the w, x, y, z components from a quaternion to its arrays.
Definition at line 89 of file analyze_bag.py.
rosbag_tools.analyze_bag.QuatWithTime.w |
Definition at line 83 of file analyze_bag.py.
rosbag_tools.analyze_bag.QuatWithTime.x |
Definition at line 84 of file analyze_bag.py.
rosbag_tools.analyze_bag.QuatWithTime.y |
Definition at line 85 of file analyze_bag.py.
rosbag_tools.analyze_bag.QuatWithTime.z |
Definition at line 86 of file analyze_bag.py.