
Public Member Functions | |
| def | __init__ |
| def | append_times |
| def | get_next_index |
| def | slice |
Public Attributes | |
| bag_time | |
| time | |
Base Class for all objects with time and bag_time.
Definition at line 24 of file analyze_bag.py.
| def rosbag_tools.analyze_bag.BaseWithTime.__init__ | ( | self | ) |
Reimplemented in rosbag_tools.analyze_bag.RPYWithTime, rosbag_tools.analyze_bag.WaypointWithTime, rosbag_tools.analyze_bag.WrenchWithTime, rosbag_tools.analyze_bag.XYZWithTime, rosbag_tools.analyze_bag.QuatWithTime, and rosbag_tools.analyze_bag.ArrayWithTime.
Definition at line 28 of file analyze_bag.py.
| def rosbag_tools.analyze_bag.BaseWithTime.append_times | ( | self, | |
| msg_time, | |||
| bag_time | |||
| ) |
Append the msg_time and the bag_time.
Definition at line 32 of file analyze_bag.py.
| def rosbag_tools.analyze_bag.BaseWithTime.get_next_index | ( | self, | |
| time | |||
| ) |
Get the index of the next value after time.
Definition at line 47 of file analyze_bag.py.
| def rosbag_tools.analyze_bag.BaseWithTime.slice | ( | self, | |
| start_time, | |||
| end_time | |||
| ) |
Copy the object and slice it between start_time and end_time.
Definition at line 37 of file analyze_bag.py.
Definition at line 28 of file analyze_bag.py.
Definition at line 28 of file analyze_bag.py.