You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
12 months ago | |
|---|---|---|
| src | 12 months ago | |
| .gitignore | 1 year ago | |
| README.md | 1 year ago | |
| obstacles_data.mat | 1 year ago | |
| uav_simulation_data.mat | 1 year ago | |
README.md
這是天雷系統的專案
=== 專案核心環境
- ROS2 Humble
- Python
- Ardupilot
=== 必要相依套件
=== 建議的開發測試
- Gazebo Garden
=== Package 簡述
=== 簡述0328 主要是透過test_transform這隻程式執行fdm_switch_example_one_with_remote_forwarding這個副函式,透過UDP將封包轉接到Matlab,並在Matlab進行演算法迭代後,打包JSON檔,並再次透過port口傳回封包,傳回來的封包會在close_loop這隻程式被解析,並提取其中有關velocity的資料儲存成變數,以mavlink的方式打入Ardupilot,以實現封閉迴路的構思。