navlie
find_nearest_stamp_idx()
Find the index of the nearest stamp in stamps_list to stamp. If stamp is a list or array, then the output is a list of indices.
stamps_list
stamp
stamps_list (List[float]) – List of timestamps
stamp (float or List[float] or numpy.ndarray) – Query stamp(s).
Index of nearest stamp.
int or List[int]
previous
navlie.utils.common.associate_stamps
next
navlie.utils.common.jacobian