Skip to content

Instantly share code, notes, and snippets.

@mrpollo
Last active April 6, 2016 16:04
Show Gist options
  • Save mrpollo/c29e89471e0b9eb44d81f7dca588044c to your computer and use it in GitHub Desktop.
Save mrpollo/c29e89471e0b9eb44d81f7dca588044c to your computer and use it in GitHub Desktop.
how to install px4 on OS X 10.11 with full simulation tools

How to run PX4 SITL on Gazebo

Initial guide taken from the PX4 site http://dev.px4.io/simulation-gazebo.html

Get PX4 Firmware

git clone https://github.com/PX4/Firmware.git

Installing Gazebo

  • brew tap osrf/simulation
  • brew install gazebo7 # seems to be the recommended version

Make the simulation tools and get dependencies

  • pip install empy catkin_pkg # possibly more on a clean environment
  • cd Firmware/ # location of your PX4 Firmware clone
  • make posix_sitl_default gazebo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment