snimu / px4-simulation-ignition

Fix issue #19981 on PX4-Autopilot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ignition Gazebo for MAVLink SITL and HITL

Build Tests

This is a Software-In-The-Loop/Hardware-In-The-Loop simulation environment for the PX4 autopilot project with Ignition Gazebo

Installation

Follow instructions on the official site to install Gazebo.

sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-stable.list'
wget http://packages.osrfoundation.org/gazebo.key -O - | sudo apt-key add -
apt update
apt install ignition-edifice

Running the simulation

The simulation can be run using the following command at the root of the PX4/PX4-Autopilot repository

make px4_sitl ignition

For more instructions when running the simulation with PX4, follow the documentation

About

Fix issue #19981 on PX4-Autopilot


Languages

Language:C++ 92.7%Language:CMake 4.0%Language:C 3.2%Language:Shell 0.1%