hi i have used following links to install ardupilot:
http://ardupilot.org/dev/docs/setting-up-sitl-on-linux.html#setting-up-sitl-on-linux
following is the error when i try to make jsbsim
Makefile:487: recipe for target ‘libInit_la-FGSimplexTrim.lo’ failed
make[2]: *** [libInit_la-FGSimplexTrim.lo] Error 1
make[2]: Leaving directory ‘/opt/jsbsim/src/initialization’
Makefile:612: recipe for target ‘all-recursive’ failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory ‘/opt/jsbsim/src’
Makefile:387: recipe for target ‘all-recursive’ failed
make: *** [all-recursive] Error 1
Moreover when i try to run sim_vehicle.py i get following error:
Traceback (most recent call last):
File “…/Tools/autotest/sim_vehicle.py”, line 25, in
from pymavlink import mavextra
ImportError: No module named pymavlink
i have upgraded both mavproxy and pymavlink again and again but it gives me same thing
Requirement already up-to-date: pymavlink in /home/muntaha/.local/lib/python2.7/site-packages (2.3.7)
Requirement already up-to-date: MAVProxy in /home/muntaha/.local/lib/python2.7/site-packages (1.8.8)
Requirement already satisfied, skipping upgrade: future in /home/muntaha/.local/lib/python2.7/site-packages (from pymavlink) (0.17.1)
Requirement already satisfied, skipping upgrade: lxml in /home/muntaha/.local/lib/python2.7/site-packages (from pymavlink) (4.3.5)
Requirement already satisfied, skipping upgrade: pyserial>=3.0 in /home/muntaha/.local/lib/python2.7/site-packages (from MAVProxy) (3.4)
kindly tell me exactly how to solve these issues
I want to install ardupilot on ubuntu xenial
i also have three versions of python ins my system kindly tell me how to make python 3.6 default to be used for ardupilot? is it right to do or not?