From 5e4c91ca9959647e602b4f9a1e4976ebd3877430 Mon Sep 17 00:00:00 2001 From: MoreTore Date: Wed, 22 Oct 2025 21:17:31 -0500 Subject: [PATCH] no diff --- .gitignore | 5 +- selfdrive/ui/translations/main_ar.ts | 58 +++++++++++++++++- selfdrive/ui/translations/main_caveman.ts | 60 ++++++++++++++++++- selfdrive/ui/translations/main_de.ts | 58 +++++++++++++++++- selfdrive/ui/translations/main_duck.ts | 58 +++++++++++++++++- selfdrive/ui/translations/main_en.ts | 2 +- selfdrive/ui/translations/main_es.ts | 58 +++++++++++++++++- selfdrive/ui/translations/main_fr.ts | 58 +++++++++++++++++- selfdrive/ui/translations/main_frog.ts | 58 +++++++++++++++++- selfdrive/ui/translations/main_ja.ts | 58 +++++++++++++++++- selfdrive/ui/translations/main_ko.ts | 58 +++++++++++++++++- selfdrive/ui/translations/main_pirate.ts | 58 +++++++++++++++++- selfdrive/ui/translations/main_pt-BR.ts | 58 +++++++++++++++++- .../ui/translations/main_shakespearean.ts | 58 +++++++++++++++++- selfdrive/ui/translations/main_th.ts | 58 +++++++++++++++++- selfdrive/ui/translations/main_tr.ts | 58 +++++++++++++++++- selfdrive/ui/translations/main_zh-CHS.ts | 58 +++++++++++++++++- selfdrive/ui/translations/main_zh-CHT.ts | 58 +++++++++++++++++- 18 files changed, 917 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 370335e6a..1d69563fa 100644 --- a/.gitignore +++ b/.gitignore @@ -74,9 +74,10 @@ comma*.sh selfdrive/modeld/thneed/compile selfdrive/modeld/models/*.thneed selfdrive/modeld/models/*.pkl - +frogpilot/tinygrad_modeld/models/*.pkl *.bz2 - +*moc_* +frogpilot/tinygrad_modeld/models/commonmodel_pyx.cpp build/ !**/.gitkeep diff --git a/selfdrive/ui/translations/main_ar.ts b/selfdrive/ui/translations/main_ar.ts index e430a27cc..c3a6e1e97 100644 --- a/selfdrive/ui/translations/main_ar.ts +++ b/selfdrive/ui/translations/main_ar.ts @@ -6133,6 +6133,62 @@ This may take up to a minute. The driving visualization will transition to the road-facing wide-angle camera at low speeds to better show some turns. The Experimental mode logo will also be shown in the top right corner. ستنتقل عرض القيادة إلى الكاميرا الواسعة المواجهة للطريق عند السرعات المنخفضة لإظهار بعض المنعطفات بشكل أفضل. سيُعرض شعار وضع Experimental أيضًا في الزاوية العلوية اليمنى. + + Blended Acc (Experimental) + + + + Blend stock MRCC and Experimental Mode longitudinal control. + + + + Torque Interceptor Installed + + + + Enable the torque interceptor to control the steering wheel. + + + + Radar Interceptor Installed + + + + Enable if you have installed the radar Iterceptor. + + + + Car Does not have stock MRCC + + + + Enable if your car does not have stock MRCC. + + + + Car Does not have stock FSC + + + + Enable if your car does not have stock FSC. + + + + Manual Transmission + + + + Enable if your is a manual. + + + + Record and Upload Road Cameras + + + + Upload data from the road cameras. + + Updater @@ -6223,4 +6279,4 @@ This may take up to a minute. نسيان - \ No newline at end of file + diff --git a/selfdrive/ui/translations/main_caveman.ts b/selfdrive/ui/translations/main_caveman.ts index 6ed6ce148..711a2e6fc 100644 --- a/selfdrive/ui/translations/main_caveman.ts +++ b/selfdrive/ui/translations/main_caveman.ts @@ -3516,7 +3516,7 @@ Developer - Many custom setting for seasoned enthusiast FrogPilot Alerts - + <b>Optional FrogPilot alerts</b> that highlight driving events in a more noticeable way. @@ -6123,6 +6123,62 @@ This take up to one minute. Enable the openpilot longitudinal control (alpha) toggle to allow Experimental mode. Turn on openpilot longitudinal control (alpha) toggle. Then Experimental mode work. + + Blended Acc (Experimental) + + + + Blend stock MRCC and Experimental Mode longitudinal control. + + + + Torque Interceptor Installed + + + + Enable the torque interceptor to control the steering wheel. + + + + Radar Interceptor Installed + + + + Enable if you have installed the radar Iterceptor. + + + + Car Does not have stock MRCC + + + + Enable if your car does not have stock MRCC. + + + + Car Does not have stock FSC + + + + Enable if your car does not have stock FSC. + + + + Manual Transmission + + + + Enable if your is a manual. + + + + Record and Upload Road Cameras + + + + Upload data from the road cameras. + + Updater @@ -6213,4 +6269,4 @@ This take up to one minute. Forget - \ No newline at end of file + diff --git a/selfdrive/ui/translations/main_de.ts b/selfdrive/ui/translations/main_de.ts index e6d32d9db..e175b5c9b 100644 --- a/selfdrive/ui/translations/main_de.ts +++ b/selfdrive/ui/translations/main_de.ts @@ -6121,6 +6121,62 @@ Dies kann bis zu einer Minute dauern. The driving visualization will transition to the road-facing wide-angle camera at low speeds to better show some turns. The Experimental mode logo will also be shown in the top right corner. Die Fahrvisualisierung wechselt bei niedrigen Geschwindigkeiten zur straßenseitigen Weitwinkelkamera, um einige Abbiegevorgänge besser darzustellen. Das Experimentalmodus-Logo wird außerdem oben rechts angezeigt. + + Blended Acc (Experimental) + + + + Blend stock MRCC and Experimental Mode longitudinal control. + + + + Torque Interceptor Installed + + + + Enable the torque interceptor to control the steering wheel. + + + + Radar Interceptor Installed + + + + Enable if you have installed the radar Iterceptor. + + + + Car Does not have stock MRCC + + + + Enable if your car does not have stock MRCC. + + + + Car Does not have stock FSC + + + + Enable if your car does not have stock FSC. + + + + Manual Transmission + + + + Enable if your is a manual. + + + + Record and Upload Road Cameras + + + + Upload data from the road cameras. + + Updater @@ -6211,4 +6267,4 @@ Dies kann bis zu einer Minute dauern. Vergessen - \ No newline at end of file + diff --git a/selfdrive/ui/translations/main_duck.ts b/selfdrive/ui/translations/main_duck.ts index 86762b100..02ff7cc6e 100644 --- a/selfdrive/ui/translations/main_duck.ts +++ b/selfdrive/ui/translations/main_duck.ts @@ -6119,6 +6119,62 @@ Waddle-wait, this may take up to a minute. Enable the openpilot longitudinal control (alpha) toggle to allow Experimental mode. Quack! Flip the openpilot longitudinal control (alpha) toggle to let Experimental mode waddle in. + + Blended Acc (Experimental) + + + + Blend stock MRCC and Experimental Mode longitudinal control. + + + + Torque Interceptor Installed + + + + Enable the torque interceptor to control the steering wheel. + + + + Radar Interceptor Installed + + + + Enable if you have installed the radar Iterceptor. + + + + Car Does not have stock MRCC + + + + Enable if your car does not have stock MRCC. + + + + Car Does not have stock FSC + + + + Enable if your car does not have stock FSC. + + + + Manual Transmission + + + + Enable if your is a manual. + + + + Record and Upload Road Cameras + + + + Upload data from the road cameras. + + Updater @@ -6209,4 +6265,4 @@ Waddle-wait, this may take up to a minute. Quack it! Waddle-waddle, forget it! - \ No newline at end of file + diff --git a/selfdrive/ui/translations/main_en.ts b/selfdrive/ui/translations/main_en.ts index 6ab696d6d..3f9692e5f 100644 --- a/selfdrive/ui/translations/main_en.ts +++ b/selfdrive/ui/translations/main_en.ts @@ -35,4 +35,4 @@ - \ No newline at end of file + diff --git a/selfdrive/ui/translations/main_es.ts b/selfdrive/ui/translations/main_es.ts index a3033bf90..0a21094fe 100644 --- a/selfdrive/ui/translations/main_es.ts +++ b/selfdrive/ui/translations/main_es.ts @@ -6116,6 +6116,62 @@ Esto puede tardar hasta un minuto. Show map on left side when in split screen view. Mostrar el mapa en el lado izquierdo cuando esté en vista de pantalla dividida. + + Blended Acc (Experimental) + + + + Blend stock MRCC and Experimental Mode longitudinal control. + + + + Torque Interceptor Installed + + + + Enable the torque interceptor to control the steering wheel. + + + + Radar Interceptor Installed + + + + Enable if you have installed the radar Iterceptor. + + + + Car Does not have stock MRCC + + + + Enable if your car does not have stock MRCC. + + + + Car Does not have stock FSC + + + + Enable if your car does not have stock FSC. + + + + Manual Transmission + + + + Enable if your is a manual. + + + + Record and Upload Road Cameras + + + + Upload data from the road cameras. + + Updater @@ -6206,4 +6262,4 @@ Esto puede tardar hasta un minuto. Olvidar - \ No newline at end of file + diff --git a/selfdrive/ui/translations/main_fr.ts b/selfdrive/ui/translations/main_fr.ts index 2a74c19ac..b3b1cd336 100644 --- a/selfdrive/ui/translations/main_fr.ts +++ b/selfdrive/ui/translations/main_fr.ts @@ -6116,6 +6116,62 @@ Cela peut prendre jusqu'à une minute. The driving visualization will transition to the road-facing wide-angle camera at low speeds to better show some turns. The Experimental mode logo will also be shown in the top right corner. La visualisation de la conduite passera sur la caméra grand angle dirigée vers la route à faible vitesse afin de mieux montrer certains virages. Le logo du mode expérimental s'affichera également dans le coin supérieur droit. + + Blended Acc (Experimental) + + + + Blend stock MRCC and Experimental Mode longitudinal control. + + + + Torque Interceptor Installed + + + + Enable the torque interceptor to control the steering wheel. + + + + Radar Interceptor Installed + + + + Enable if you have installed the radar Iterceptor. + + + + Car Does not have stock MRCC + + + + Enable if your car does not have stock MRCC. + + + + Car Does not have stock FSC + + + + Enable if your car does not have stock FSC. + + + + Manual Transmission + + + + Enable if your is a manual. + + + + Record and Upload Road Cameras + + + + Upload data from the road cameras. + + Updater @@ -6206,4 +6262,4 @@ Cela peut prendre jusqu'à une minute. Oublier - \ No newline at end of file + diff --git a/selfdrive/ui/translations/main_frog.ts b/selfdrive/ui/translations/main_frog.ts index 1eca84cc5..0c1c6f6bc 100644 --- a/selfdrive/ui/translations/main_frog.ts +++ b/selfdrive/ui/translations/main_frog.ts @@ -6117,6 +6117,62 @@ This may take up to a minute, croak. Enable the openpilot longitudinal control (alpha) toggle to allow Experimental mode. Ribbit! Flip the openpilot longitudinal control (alpha) toggle to let Experimental mode hop on. Croak! + + Blended Acc (Experimental) + + + + Blend stock MRCC and Experimental Mode longitudinal control. + + + + Torque Interceptor Installed + + + + Enable the torque interceptor to control the steering wheel. + + + + Radar Interceptor Installed + + + + Enable if you have installed the radar Iterceptor. + + + + Car Does not have stock MRCC + + + + Enable if your car does not have stock MRCC. + + + + Car Does not have stock FSC + + + + Enable if your car does not have stock FSC. + + + + Manual Transmission + + + + Enable if your is a manual. + + + + Record and Upload Road Cameras + + + + Upload data from the road cameras. + + Updater @@ -6207,4 +6263,4 @@ This may take up to a minute, croak. Ribbit! Forget croak! - \ No newline at end of file + diff --git a/selfdrive/ui/translations/main_ja.ts b/selfdrive/ui/translations/main_ja.ts index a7ae53b01..004ccde68 100644 --- a/selfdrive/ui/translations/main_ja.ts +++ b/selfdrive/ui/translations/main_ja.ts @@ -6111,6 +6111,62 @@ This may take up to a minute. The driving visualization will transition to the road-facing wide-angle camera at low speeds to better show some turns. The Experimental mode logo will also be shown in the top right corner. 一部のカーブをより見やすくするため、低速時には走行ビジュアライゼーションが道路向きの広角カメラに切り替わります。右上にはExperimentalモードのロゴも表示されます。 + + Blended Acc (Experimental) + + + + Blend stock MRCC and Experimental Mode longitudinal control. + + + + Torque Interceptor Installed + + + + Enable the torque interceptor to control the steering wheel. + + + + Radar Interceptor Installed + + + + Enable if you have installed the radar Iterceptor. + + + + Car Does not have stock MRCC + + + + Enable if your car does not have stock MRCC. + + + + Car Does not have stock FSC + + + + Enable if your car does not have stock FSC. + + + + Manual Transmission + + + + Enable if your is a manual. + + + + Record and Upload Road Cameras + + + + Upload data from the road cameras. + + Updater @@ -6201,4 +6257,4 @@ This may take up to a minute. 削除 - \ No newline at end of file + diff --git a/selfdrive/ui/translations/main_ko.ts b/selfdrive/ui/translations/main_ko.ts index fa2b9b7b0..4e6d68d19 100644 --- a/selfdrive/ui/translations/main_ko.ts +++ b/selfdrive/ui/translations/main_ko.ts @@ -6112,6 +6112,62 @@ This may take up to a minute. The driving visualization will transition to the road-facing wide-angle camera at low speeds to better show some turns. The Experimental mode logo will also be shown in the top right corner. 주행 시각화는 저속에서 도로를 향한 광각 카메라로 전환되어 일부 회전을 더 잘 보여줍니다. 실험 모드 로고도 오른쪽 상단 모서리에 표시됩니다. + + Blended Acc (Experimental) + + + + Blend stock MRCC and Experimental Mode longitudinal control. + + + + Torque Interceptor Installed + + + + Enable the torque interceptor to control the steering wheel. + + + + Radar Interceptor Installed + + + + Enable if you have installed the radar Iterceptor. + + + + Car Does not have stock MRCC + + + + Enable if your car does not have stock MRCC. + + + + Car Does not have stock FSC + + + + Enable if your car does not have stock FSC. + + + + Manual Transmission + + + + Enable if your is a manual. + + + + Record and Upload Road Cameras + + + + Upload data from the road cameras. + + Updater @@ -6202,4 +6258,4 @@ This may take up to a minute. 삭제 - \ No newline at end of file + diff --git a/selfdrive/ui/translations/main_pirate.ts b/selfdrive/ui/translations/main_pirate.ts index a655e7a9e..326713edc 100644 --- a/selfdrive/ui/translations/main_pirate.ts +++ b/selfdrive/ui/translations/main_pirate.ts @@ -6117,6 +6117,62 @@ This may take up to a minute, arr. Enable the openpilot longitudinal control (alpha) toggle to allow Experimental mode. Hoist the openpilot longitudinal control (alpha) toggle to unleash Experimental mode, arr! + + Blended Acc (Experimental) + + + + Blend stock MRCC and Experimental Mode longitudinal control. + + + + Torque Interceptor Installed + + + + Enable the torque interceptor to control the steering wheel. + + + + Radar Interceptor Installed + + + + Enable if you have installed the radar Iterceptor. + + + + Car Does not have stock MRCC + + + + Enable if your car does not have stock MRCC. + + + + Car Does not have stock FSC + + + + Enable if your car does not have stock FSC. + + + + Manual Transmission + + + + Enable if your is a manual. + + + + Record and Upload Road Cameras + + + + Upload data from the road cameras. + + Updater @@ -6207,4 +6263,4 @@ This may take up to a minute, arr. Ferget - \ No newline at end of file + diff --git a/selfdrive/ui/translations/main_pt-BR.ts b/selfdrive/ui/translations/main_pt-BR.ts index 21810a027..b06466d9a 100644 --- a/selfdrive/ui/translations/main_pt-BR.ts +++ b/selfdrive/ui/translations/main_pt-BR.ts @@ -6117,6 +6117,62 @@ Isso pode levar até um minuto. The driving visualization will transition to the road-facing wide-angle camera at low speeds to better show some turns. The Experimental mode logo will also be shown in the top right corner. A visualização de condução fará a transição para a câmera grande angular voltada para a estrada em baixas velocidades para mostrar melhor algumas curvas. O logotipo do modo Experimental também será mostrado no canto superior direito. + + Blended Acc (Experimental) + + + + Blend stock MRCC and Experimental Mode longitudinal control. + + + + Torque Interceptor Installed + + + + Enable the torque interceptor to control the steering wheel. + + + + Radar Interceptor Installed + + + + Enable if you have installed the radar Iterceptor. + + + + Car Does not have stock MRCC + + + + Enable if your car does not have stock MRCC. + + + + Car Does not have stock FSC + + + + Enable if your car does not have stock FSC. + + + + Manual Transmission + + + + Enable if your is a manual. + + + + Record and Upload Road Cameras + + + + Upload data from the road cameras. + + Updater @@ -6207,4 +6263,4 @@ Isso pode levar até um minuto. Esquecer - \ No newline at end of file + diff --git a/selfdrive/ui/translations/main_shakespearean.ts b/selfdrive/ui/translations/main_shakespearean.ts index 19030d7be..7cdc97fea 100644 --- a/selfdrive/ui/translations/main_shakespearean.ts +++ b/selfdrive/ui/translations/main_shakespearean.ts @@ -6132,6 +6132,62 @@ This may consume up to a minute. Enable the openpilot longitudinal control (alpha) toggle to allow Experimental mode. Enable the openpilot longitudinal control (alpha) toggle to permit Experimental mode. + + Blended Acc (Experimental) + + + + Blend stock MRCC and Experimental Mode longitudinal control. + + + + Torque Interceptor Installed + + + + Enable the torque interceptor to control the steering wheel. + + + + Radar Interceptor Installed + + + + Enable if you have installed the radar Iterceptor. + + + + Car Does not have stock MRCC + + + + Enable if your car does not have stock MRCC. + + + + Car Does not have stock FSC + + + + Enable if your car does not have stock FSC. + + + + Manual Transmission + + + + Enable if your is a manual. + + + + Record and Upload Road Cameras + + + + Upload data from the road cameras. + + Updater @@ -6222,4 +6278,4 @@ This may consume up to a minute. Forget thee - \ No newline at end of file + diff --git a/selfdrive/ui/translations/main_th.ts b/selfdrive/ui/translations/main_th.ts index 70cbb538d..9511b0d74 100644 --- a/selfdrive/ui/translations/main_th.ts +++ b/selfdrive/ui/translations/main_th.ts @@ -6113,6 +6113,62 @@ This may take up to a minute. The driving visualization will transition to the road-facing wide-angle camera at low speeds to better show some turns. The Experimental mode logo will also be shown in the top right corner. การแสดงภาพการขับขี่จะเปลี่ยนไปใช้กล้องมุมกว้างที่หันหน้าไปทางถนนเมื่ออยู่ในความเร็วต่ำ เพื่อแสดงภาพการเลี้ยวที่ดีขึ้น โลโก้โหมดการทดลองจะแสดงที่มุมบนขวาด้วย + + Blended Acc (Experimental) + + + + Blend stock MRCC and Experimental Mode longitudinal control. + + + + Torque Interceptor Installed + + + + Enable the torque interceptor to control the steering wheel. + + + + Radar Interceptor Installed + + + + Enable if you have installed the radar Iterceptor. + + + + Car Does not have stock MRCC + + + + Enable if your car does not have stock MRCC. + + + + Car Does not have stock FSC + + + + Enable if your car does not have stock FSC. + + + + Manual Transmission + + + + Enable if your is a manual. + + + + Record and Upload Road Cameras + + + + Upload data from the road cameras. + + Updater @@ -6203,4 +6259,4 @@ This may take up to a minute. เลิกใช้ - \ No newline at end of file + diff --git a/selfdrive/ui/translations/main_tr.ts b/selfdrive/ui/translations/main_tr.ts index 4850ea6c0..b04740b84 100644 --- a/selfdrive/ui/translations/main_tr.ts +++ b/selfdrive/ui/translations/main_tr.ts @@ -6112,6 +6112,62 @@ Bu işlem bir dakika kadar sürebilir. The driving visualization will transition to the road-facing wide-angle camera at low speeds to better show some turns. The Experimental mode logo will also be shown in the top right corner. Bazı dönüşleri daha iyi göstermek için düşük hızlarda sürüş görselleştirmesi yol tarafına bakan geniş açılı kameraya geçecektir. Deneysel mod logosu ayrıca sağ üst köşede gösterilecektir. + + Blended Acc (Experimental) + + + + Blend stock MRCC and Experimental Mode longitudinal control. + + + + Torque Interceptor Installed + + + + Enable the torque interceptor to control the steering wheel. + + + + Radar Interceptor Installed + + + + Enable if you have installed the radar Iterceptor. + + + + Car Does not have stock MRCC + + + + Enable if your car does not have stock MRCC. + + + + Car Does not have stock FSC + + + + Enable if your car does not have stock FSC. + + + + Manual Transmission + + + + Enable if your is a manual. + + + + Record and Upload Road Cameras + + + + Upload data from the road cameras. + + Updater @@ -6202,4 +6258,4 @@ Bu işlem bir dakika kadar sürebilir. Unut - \ No newline at end of file + diff --git a/selfdrive/ui/translations/main_zh-CHS.ts b/selfdrive/ui/translations/main_zh-CHS.ts index fbae2a068..8f0ef0aba 100644 --- a/selfdrive/ui/translations/main_zh-CHS.ts +++ b/selfdrive/ui/translations/main_zh-CHS.ts @@ -6113,6 +6113,62 @@ This may take up to a minute. The driving visualization will transition to the road-facing wide-angle camera at low speeds to better show some turns. The Experimental mode logo will also be shown in the top right corner. 在低速时,驾驶可视化将转换为道路朝向的广角摄像头,以更好地展示某些转弯。测试模式标志也将显示在右上角。 + + Blended Acc (Experimental) + + + + Blend stock MRCC and Experimental Mode longitudinal control. + + + + Torque Interceptor Installed + + + + Enable the torque interceptor to control the steering wheel. + + + + Radar Interceptor Installed + + + + Enable if you have installed the radar Iterceptor. + + + + Car Does not have stock MRCC + + + + Enable if your car does not have stock MRCC. + + + + Car Does not have stock FSC + + + + Enable if your car does not have stock FSC. + + + + Manual Transmission + + + + Enable if your is a manual. + + + + Record and Upload Road Cameras + + + + Upload data from the road cameras. + + Updater @@ -6203,4 +6259,4 @@ This may take up to a minute. 忽略 - \ No newline at end of file + diff --git a/selfdrive/ui/translations/main_zh-CHT.ts b/selfdrive/ui/translations/main_zh-CHT.ts index 20844cf2d..e5520ef38 100644 --- a/selfdrive/ui/translations/main_zh-CHT.ts +++ b/selfdrive/ui/translations/main_zh-CHT.ts @@ -6113,6 +6113,62 @@ This may take up to a minute. The driving visualization will transition to the road-facing wide-angle camera at low speeds to better show some turns. The Experimental mode logo will also be shown in the top right corner. 在低速時,駕駛可視化將切換至道路朝向的廣角攝影機,以更好地顯示某些彎道。在右上角還會顯示「實驗模式」的標誌。 + + Blended Acc (Experimental) + + + + Blend stock MRCC and Experimental Mode longitudinal control. + + + + Torque Interceptor Installed + + + + Enable the torque interceptor to control the steering wheel. + + + + Radar Interceptor Installed + + + + Enable if you have installed the radar Iterceptor. + + + + Car Does not have stock MRCC + + + + Enable if your car does not have stock MRCC. + + + + Car Does not have stock FSC + + + + Enable if your car does not have stock FSC. + + + + Manual Transmission + + + + Enable if your is a manual. + + + + Record and Upload Road Cameras + + + + Upload data from the road cameras. + + Updater @@ -6203,4 +6259,4 @@ This may take up to a minute. 清除 - \ No newline at end of file +