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 | |
pitch | |
roll | |
yaw | |
![]() | |
bag_time | |
time | |
This class stores roll, pitch, yaw and its corresponding times.
Definition at line 188 of file analyze_bag.py.
def rosbag_tools.analyze_bag.RPYWithTime.__init__ | ( | self | ) |
Definition at line 192 of file analyze_bag.py.
def rosbag_tools.analyze_bag.RPYWithTime.append_quaternion | ( | self, | |
quaternion_msg | |||
) |
Append a roll, pitch, and yaw to each array from a quaternion.
Definition at line 198 of file analyze_bag.py.
rosbag_tools.analyze_bag.RPYWithTime.pitch |
Definition at line 194 of file analyze_bag.py.
rosbag_tools.analyze_bag.RPYWithTime.roll |
Definition at line 193 of file analyze_bag.py.
rosbag_tools.analyze_bag.RPYWithTime.yaw |
Definition at line 195 of file analyze_bag.py.