Skip to content

Instantly share code, notes, and snippets.

@Mistobaan
Created May 11, 2013 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mistobaan/5561095 to your computer and use it in GitHub Desktop.
Save Mistobaan/5561095 to your computer and use it in GitHub Desktop.
Run MavProxy on SITL mode on Macosx

Inside the ubuntu virtual machine:

ardupilot/Tools/autotest/sim_arduplane.sh

on your mac:

Run Simulator:

$ export PATH=$WORKSPACE/jsbsim/src/:$PATH $ ardupilot/Tools/autotest/jsbsim/runsim.py --home=-35.362938,149.165085,584,270

Run MavProxy:

$cd MavProxy python mavproxy.py --master tcp:172.16.130.150:5760 --sitl 172.16.130.150:5762 --out 127.0.0.1:5124 --console --map --aircraft test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment