logger.warning('Distance=%s from body=%s does not meet min_distance=%s constraint at timestamp=%s'%(angle.rad,body,min_distance,timestamp))
logger.info('Distance=%s from body=%s does not meet min_distance=%s constraint at timestamp=%s'%(angle.rad,body,min_distance,timestamp))
returnTrue# TODO: This should return False, but that currently leads to an infinite loop since this function seems to get called repeatedly with same lower_bound