From 0205780d0bb3d03439cf4cd7483512c00cd83bb1 Mon Sep 17 00:00:00 2001 From: joel Date: Tue, 28 Apr 2026 18:12:12 +0100 Subject: [PATCH 1/2] Added DS_Store to gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 0af181c..576ba97 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ # Godot 4+ specific ignores .godot/ /android/ + + +# Apple ignores +.DS_Store From e2185514afa25bed8ba7feb885414366bcc1ec44 Mon Sep 17 00:00:00 2001 From: joel Date: Tue, 28 Apr 2026 19:02:54 +0100 Subject: [PATCH 2/2] Created TODO.md --- docs/TODO.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/TODO.md diff --git a/docs/TODO.md b/docs/TODO.md new file mode 100644 index 0000000..3fec0ee --- /dev/null +++ b/docs/TODO.md @@ -0,0 +1,20 @@ +To do: + +- Pitch/yaw/tilt relative to magnetic north +- Motor information + - RPM + - Torque + - Power Consumption +- Overall power consumption +- Command line +- Inputs +- Camera Status +- VR Peripherals and ROV connection status +- Uplink/Downlink Data Rate +- Manipulator Pos/Rot + - 3D model of arm rotation +- Status +- Logging +- Enclosure Temperature +- Depth (Pressure) +- Tether Latency \ No newline at end of file