Public Member Functions | |
def | __init__ |
def | append_wrench |
Public Attributes | |
force_x | |
force_y | |
force_z | |
torque_x | |
torque_y | |
torque_z |
This class stores x,y,z-forces and torques with its corresponding times.
Definition at line 129 of file analyze_bag.py.
def rosbag_tools.analyze_bag.WrenchWithTime.__init__ | ( | self | ) |
Reimplemented from rosbag_tools.analyze_bag.BaseWithTime.
Definition at line 135 of file analyze_bag.py.
def rosbag_tools.analyze_bag.WrenchWithTime.append_wrench | ( | self, | |
wrench_msg | |||
) |
Append the x, y, z components for force and torque to their arrays.
Definition at line 144 of file analyze_bag.py.
Definition at line 135 of file analyze_bag.py.
Definition at line 135 of file analyze_bag.py.
Definition at line 135 of file analyze_bag.py.
Definition at line 135 of file analyze_bag.py.
Definition at line 135 of file analyze_bag.py.
Definition at line 135 of file analyze_bag.py.