Compare commits

...

5 Commits

Author SHA1 Message Date
wenchun 5c0d21fc1d Merge remote-tracking branch 'origin/master' into wenchun 4 weeks ago
wenchun 3483864a2e chore: 移除無關的模擬資料檔與 README 過時段落
刪除歷史 merge 夾帶進來的 obstacles_data.mat 與 uav_simulation_data.mat
(屬於另一個研究的資料,與本專案無關),並移除 README 末尾 0328 的
test_transform / close_loop 敘述。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 weeks ago
wenchun ae80820419 chore: gitignore notes/ 資料夾以收納本地設計筆記
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 weeks ago
wenchun 32e1ce8fb2 Merge remote-tracking branch 'origin/master' into wenchun 4 weeks ago
wenchun 33d6d59139 chore: ignore CLAUDE.md, 本地筆記與 eeprom dump 4 weeks ago

6
.gitignore vendored

@ -26,3 +26,9 @@ Makefile
**/*.pyc **/*.pyc
**/*.pyo **/*.pyo
**/.cursor/ **/.cursor/
CLAUDE.md
# 本地筆記與硬體 dump
my_env_notes.md
notes/
**/eeprom.bin

@ -97,8 +97,3 @@ python gui.py
N. logs 是執行時期的記錄檔 N. logs 是執行時期的記錄檔
=== ===
簡述0328
主要是透過test_transform這隻程式執行fdm_switch_example_one_with_remote_forwarding這個副函式透過UDP將封包轉接到Matlab並在Matlab進行演算法迭代後打包JSON檔並再次透過port口傳回封包傳回來的封包會在close_loop這隻程式被解析並提取其中有關velocity的資料儲存成變數以mavlink的方式打入Ardupilot以實現封閉迴路的構思。

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save