1. 在clone下來的MAVSDK-Python中, MAVSDK-Python/mavsdk/bin 內有個README.md,內容為
It is expected that the grpc server binary `mavsdk_server` is present here when the wheel is built with:

    python3 setup.py bdist_wheel
  1. 而setup.py存放位置在 MAVSDK-Python/ ,cd 過去執行後,mavsdk_server就會出現在 MAVSDK-Python/mavsdk/bin 中
cd ~/Desktop/MAVSDK-Python/
python3 setup.py bdist_wheel

UAV Tutorial


Last Updated: Oct.12 / 2022