探索計畫-天雷系統
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.
wenchun 92ae83177f Merge branch 'wenchun' of http://140.120.108.238:49308/chiyu1468/AirTrapMine into wenchun 12 months ago
src Matlab與Gazebo的閉環模擬所需程式 12 months ago
.gitignore 初始化專案 1 year ago
README.md 更新「README.md」 1 year ago
obstacles_data.mat 修改資料夾位置 1 year ago
uav_simulation_data.mat 修改資料夾位置 1 year ago

README.md

這是天雷系統的專案

=== 專案核心環境

  1. ROS2 Humble
  2. Python
  3. Ardupilot

=== 必要相依套件

=== 建議的開發測試

  1. Gazebo Garden

=== Package 簡述

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