📊
KerloudUAV
  • Kerloud UAV Main Page
  • 📗Kerloud UAV User Guide
    • Introduction
    • System Overview
    • Hardware Options
      • Kerloud 300
      • Kerloud 600
    • Gallery
    • Quick Start
    • Application Programming Interface (API)
    • Tutorials
      • Powering and Programming Interface
      • Offboard Control with Mavros (C++)
      • Offboard Control with Mavros (Python)
      • Indoor Positioning with Optical Flow
      • Flight Data Analysis
      • Virtual Simulation
      • Camera Pod Operation
      • Real Time Visual Recognition
      • Deep Learning in ROS
      • Enabling Autonomous Indoor Flight with a Tracking Camera
      • Hardware-in-the-loop Simulation in Airsim Environment
      • Visual Inertial System (VINS) with Stereo Vision and GPU Acceleration
      • DASA Swarm Simulation Toolbox
    • Video Instructions
  • 📘Kerloud UAV使用说明
    • 介绍
    • 系统组成
    • 硬件选项
      • Kerloud 300
      • Kerloud 600
    • 展示区
    • 快速启动
    • 应用程序接口 (API)
    • 使用教程
      • 供电和编程界面
      • Mavros在线控制 (C++)
      • Mavros在线控制 (Python)
      • 室内光流定位
      • 飞行数据分析
      • 虚拟仿真空间
      • 吊舱操作
      • 实时视觉识别
      • ROS深度学习集成
      • 基于跟踪相机的室内自主飞行实现
      • Airsim环境下的硬件在环仿真
      • 基于立体视觉和GPU加速的视觉里程系统(VINS)
      • DASA集群仿真工具箱
    • 视频指导
Powered by GitBook
On this page
  • 环境要求
  • 如何使用

Was this helpful?

  1. Kerloud UAV使用说明
  2. 使用教程

虚拟仿真空间

Previous飞行数据分析Next吊舱操作

Last updated 3 years ago

Was this helpful?

虚拟仿真环境作为一个独立的专有软件包提供给我们的客户,用于帮助用户在实际测试之前验证自身的代码,并通过在仿真引擎中添加新的场景来探索新的飞行驾驶功能。

此软件包需额外付费,请咨询我们的销售人员了解如何购买。

环境要求

由于环境依赖关系,虚拟仿真只能运行在装有 Ubuntu 18.04 的 Intel-64位电脑上,不支持机载计算机。最低硬件要求为:Intel i7 处理器和 4GB RAM 内存,复杂环境建议选用更高的硬件配置。

所需软件环境为装有 ROS melodic 和 Gazebo 9 引擎的 Ubuntu 18.04。我们已经预装全部软件组件,因此用户可以轻松启动软件包。

如何使用

运行如下命令即可启动虚拟仿真功能:

    bash sitl_run.sh $PWD/bin/px4 none gazebo kerloud300

Gazebo 9 中将出现如下图所示的虚拟Kerloud300无人机:

此后,用户就可以启动 Qgroundcontrol 地面站和他们自有的 ROS 节点来进行应用程序开发。

虚拟仿真软件原生支持前文所述的offboard控制教程,请大家试玩!

📘