< >
Home » PX4与仿真入门教程 » PX4与仿真入门教程-gazebo仿真任务飞行

PX4与仿真入门教程-gazebo仿真任务飞行

PX4与仿真入门教程-gazebo仿真任务飞行

说明:

  • 介绍如何进行仿真任务飞行

步骤:

  • 初始初始位置,根据实际的经纬度和高度设置
cd ~/tools/PX4-Autopilot

export PX4_HOME_LAT=23.0648413
export PX4_HOME_LON=113.0547081
export PX4_HOME_ALT=-38.78
  • 启动仿真
make px4_sitl gazebo_iris
  • 效果图:

请输入图片描述

  • 启动QGC
cd ~/tools/
./QGroundControl.AppImage
  • 效果图:

请输入图片描述

  • 在QGC里面设置飞行任务

纠错,疑问,交流: 请进入讨论区点击加入Q群

获取最新文章: 扫一扫右上角的二维码加入“创客智造”公众号


标签: px4与仿真入门教程