From ee61008e67951da5cd5b2a1eb24802db124c0ca6 Mon Sep 17 00:00:00 2001 From: MoreTore Date: Sun, 11 May 2025 23:23:26 -0500 Subject: [PATCH] vscode: update launch.json --- .vscode/launch.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index a6b341d9e..27fb1324b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,9 @@ "options": [ "selfdrive/controls/controlsd.py", "system/timed/timed.py", - "tools/sim/run_bridge.py" + "tools/sim/run_bridge.py", + "selfdrive/debug/run_process_on_route.py", + "tools/tuning/measure_steering_accuracy.py", ] }, {