Hi there,
I am using SITL on eclipse again after an year or so. Last time when I used it on Eclipse with old software, it was working fine.
I have dowloaded all the latest versions of ardupilot, JSBSim and mavproxy. I can run the SITL successfully from command line (thanks to the instructions on wiki page).
But when I try to run from Eclipse, the Mavproxy is not connecting and I am getting error on the console saying "no link", "Link 1 down". Map is appearing but there is no plane on the map.
In the Eclipse launch group, I am giving:
JSBSiM: arguments: --home=-35.363261,149.165230,584,353 --script=/home/gopal/ardupilot/Tools/autotest/jsb_sim/rascal_test.xml –fgout=
127.0.0.1:5503 Main: /home/gopal/ardupilot/Tools/autotest/jsb_sim/runsim_rascal.py
ArduPlane: Main: /tmp/ArduPlane.build/ArduPlane.elf
MavProxy: Main: /usr/local/bin/mavproxy.py
arguments: --master tcp:
127.0.0.1:5760 --sitl
127.0.0.1:5501 --out
127.0.0.1:14550 --out
127.0.0.1:14551 --cmd= --console --map –aircraft test
I used these same arguments last year and it used to work fine. Has anything changed since then, for the link problem to crop up?
Any help will be highly appreciated.
Thanks,
Gopal