Public Member Functions | |
def | __init__ (self) |
def | append_wrench (self, wrench_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 | |
force_x | |
force_y | |
force_z | |
torque_x | |
torque_y | |
torque_z | |
![]() | |
bag_time | |
time | |
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 | ) |
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.
rosbag_tools.analyze_bag.WrenchWithTime.force_x |
Definition at line 136 of file analyze_bag.py.
rosbag_tools.analyze_bag.WrenchWithTime.force_y |
Definition at line 137 of file analyze_bag.py.
rosbag_tools.analyze_bag.WrenchWithTime.force_z |
Definition at line 138 of file analyze_bag.py.
rosbag_tools.analyze_bag.WrenchWithTime.torque_x |
Definition at line 139 of file analyze_bag.py.
rosbag_tools.analyze_bag.WrenchWithTime.torque_y |
Definition at line 140 of file analyze_bag.py.
rosbag_tools.analyze_bag.WrenchWithTime.torque_z |
Definition at line 141 of file analyze_bag.py.