Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 558 Bytes

File metadata and controls

32 lines (24 loc) · 558 Bytes

PX4 Setup Guide

Install Dependencies

sudo apt install -y libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev

In urc/drone-colon/src run,

git submodule sync && git submodule update --init --recursive

In urc/drone-colon/src/external/micro-xrce-agent run,

mkdir build
cd build
cmake ..
make
sudo make install
sudo ldconfig /usr/local/lib/

In urc/drone-colon/src run,

bash external/PX4-Autopilot/Tools/setup/ubuntu.sh

To run:

Follow the PX4 run instructions here!