From 926a1b9f4afa3e30078473c57e81964bc4b7e717 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 27 Apr 2024 23:26:41 -0500 Subject: [PATCH] wip --- clearpiliot_devqueue.txt | 12 ++++++++++++ clearpilot_notes.txt | 3 +++ 2 files changed, 15 insertions(+) create mode 100644 clearpiliot_devqueue.txt create mode 100644 clearpilot_notes.txt diff --git a/clearpiliot_devqueue.txt b/clearpiliot_devqueue.txt new file mode 100644 index 0000000..dea8c4b --- /dev/null +++ b/clearpiliot_devqueue.txt @@ -0,0 +1,12 @@ +- fix drive mode +- on ready, just logo with 'ready' (auto gen) +- on ready, screen timeout 3 minutes +- on settings, screen timeout 3 minutes +- define forced settings +- define default settings +- update dash symbols logic +- update on road gui to take out dumb widgets +- write forced disable lane change mode feature +- write automations node script, have it read data from stdin / write to stdout +- fix webview +- write hello world new settings menu diff --git a/clearpilot_notes.txt b/clearpilot_notes.txt new file mode 100644 index 0000000..655645d --- /dev/null +++ b/clearpilot_notes.txt @@ -0,0 +1,3 @@ +example of using stdin and stdout as a message buffer: + +selfdrive/manager/build.py \ No newline at end of file