@taras3,The APM code runs on the Atmel 2560 mcu and is independent of Windows, Mac OS, and Linux operating systems. There are versions of the Arduino IDE that will run on Windows, Mac OS, and Linux.There are versions of the Mission Planner, which is used to communicate with the APM, that will run on Windows and the Mac OS.Look here: ardupilot.com/downloads/Regards,TCIII
The issue is to do with the apm.pdef.xml download not being available. I think the error case is OK when the network is nt available and it reads the cached version from /apmplanner2/ dir. The problem is when the file is available, but redirection fails. (its an edge case relates to the moving from .com to org) it should work again now but should be fixed
Ardupilot Mission Planner Mac Download
@billb always when i open apm planner Im getting this file, I completly remove apmplanner2 directory but not work. Only works when I download file from url and add chmod 400 - apm planner dont have write permission so file is good
@billbNo, I added this permission to file to prevent file updates. Problem is that apm planner when start always write file with wrong body - see my above post (with 302 redirect).So probably Your download lib in app not follow with redirect and put wrong body to file. 2ff7e9595c
Comments