【开源飞控PX4架构】
·
■ 开源链接
获取代码:
git clone https://github.com/PX4/PX4-Autopilot.git

■ 安装环境
1. 用管理员打开PowerShell 安装ubuntu-22.04
PS C:\WINDOWS\system32> wsl --install -d Ubuntu-22.04 //
PS C:\WINDOWS\system32> wsl --install //默认Ubuntu版本
重启后输入账号和密码
2. 更新
sudo apt update && sudo apt upgrade
3. 获取源码
git clone https://github.com/PX4/PX4-Autopilot.git
4. 安装脚本(一键配置所有编译依赖)
bash ./PX4-Autopilot/tools/setup/ubuntu.sh
5.

-
99
-
99
■
■
■
■
■
■
DAMO开发者矩阵,由阿里巴巴达摩院和中国互联网协会联合发起,致力于探讨最前沿的技术趋势与应用成果,搭建高质量的交流与分享平台,推动技术创新与产业应用链接,围绕“人工智能与新型计算”构建开放共享的开发者生态。
更多推荐

所有评论(0)