Public Member Functions | |
def | __init__ |
def | append_quaternion |
Public Attributes | |
pitch | |
roll | |
yaw |
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 | ) |
Reimplemented from rosbag_tools.analyze_bag.BaseWithTime.
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.
Definition at line 192 of file analyze_bag.py.
Definition at line 192 of file analyze_bag.py.
Definition at line 192 of file analyze_bag.py.