✨
KERLOUD_FLYINGROVER
  • Kerloud Flying Rover Main Page
  • 📗User Guide
    • Introduction
    • System Overview
    • Hardware Options
      • Scorpion Options
      • Falcon Options
    • Gallery
    • Quick Start
    • Application Programming Interface
    • Tutorials
      • Powering and Programming Interface
      • Mission Management via Qgroundcontrol Software
      • Offboard Control Example (ROS C++)
      • Offboard Control Example (ROS python)
      • Indoor SLAM with a Laser Scanner
      • Autonomous Indoor Localization with a Tracking Camera
      • Virtual Simulation
    • Video Instructions
  • 📘使用说明
    • 介绍
    • 系统总览
    • 硬件选项
      • Scorpion系列
      • Falcon系列
    • 展示区
    • 快速启动
    • 应用程序接口 (API)
    • 使用教程
      • 供电和编程界面
      • 地面站任务管理
      • Offboard Control 例程 (ROS C++)
      • Offboard Control 例程 (ROS python)
      • 室内激光SLAM
      • 基于跟踪摄像头的自主室内定位
      • 虚拟仿真空间
    • 视频指导
Powered by GitBook
On this page
  • Environment Prerequisites
  • How to Use

Was this helpful?

  1. User Guide
  2. Tutorials

Virtual Simulation

PreviousAutonomous Indoor Localization with a Tracking CameraNextVideo Instructions

Last updated 2 years ago

Was this helpful?

The virtual simulation environment is provided as a standalone proprietary software package for our customers, and it can aid users to validate their code before real tests, as well as explore new capabilities by adding novel scenarios in the simulation engine.

The software package is delivered on additional payment, please consult our sales on how to purchase.

Environment Prerequisites

Due to environment dependencies, the virtual simulation can only be run on an Intel-64 PC with Ubuntu 18.04 instead of the onboard computer. The minimum hardware requirements are: an Intel i7 processor and 4GB RAM memory, and more powerful hardware setup is preferred for complex environment.

The required environment is Ubuntu 18.04 with ROS melodic and Gazebo 9 engine. We have prepared all software components well, so the software package can be launched with ease.

How to Use

The virtual simulation can be brought up simply by running:

    cd ~/flyingrover_space/SITL_space_kerloud_flyingrover
    bash sitl_run.sh $PWD/bin/px4 none gazebo kerloud_fr_scorpion

Hopefully the Gazebo 9 will show up with a virtual Kerloud flyingrover scorpion as given below:

Users can then start the Qgroundcontrol station and their customized ROS nodes for application development.

The virtual simulation software natively supports aforementioned offboard control tutorials, please try for fun!

📗