From 59947c5dc9d7a62790a634092655404bb3f8c38d Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Mon, 24 Mar 2025 15:12:54 -0700 Subject: [PATCH] -e --- selfdrive/debug/max_lat_accel.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/selfdrive/debug/max_lat_accel.py b/selfdrive/debug/max_lat_accel.py index 0a201654bf..1d714fad87 100755 --- a/selfdrive/debug/max_lat_accel.py +++ b/selfdrive/debug/max_lat_accel.py @@ -82,8 +82,8 @@ if __name__ == '__main__': formatter_class=argparse.ArgumentDefaultsHelpFormatter) parser.add_argument("route", nargs='+') - parser.add_argument("--extrapolate", action="store_true", help="Extrapolates max lateral acceleration events linearly. " + - "This option can be far less accurate.") + parser.add_argument("-e", "--extrapolate", action="store_true", help="Extrapolates max lateral acceleration events linearly. " + + "This option can be far less accurate.") args = parser.parse_args() events = []