juancarlostinoco / ardupilot-mega

Automatically exported from code.google.com/p/ardupilot-mega
0 stars 0 forks source link

Mono compatibility; terminal and updates. #636

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Running my Mission Planner on Linux (Ubuntu 12.04)
1.-Mission planned "finds an update" almost everytime it's started.
if upgraded, it's missing some DLL's if entering configuration while connected.
After >10 more updates (or some time), or something changes on the server, it 
may actually stop detecting update each time, and don't miss the DLL - until 
next update.

2.- Terminal view is just messed up, works but needs one extra character, so 
typing "help" does not work , but "help " does.

3.- It fails to restart after update - just closes.

Original issue reported on code.google.com by andre.kj...@gmail.com on 14 May 2012 at 9:32

GoogleCodeExporter commented 8 years ago
ok the next version should fix the finding updates.. i think
terminal is fixed.
update/restart fix

Original comment by Meee...@gmail.com on 15 May 2012 at 1:26

GoogleCodeExporter commented 8 years ago
Terminal is fine.
The "always finding an update problem" is related to being executed while in 
different working directory:

mono ~/MissionPlanner/ArdupilotMegaPlanner.exe  (will always find update)
cd ~/MissionPlanner/ && mono ArdupilotMegaPlanner.exe  (will work fine)

- not sure if you want the updater to handle that - I suspect the missing DLL 
problem was related to this as well.

Thank you for fixing it.

Original comment by andre.kj...@gmail.com on 18 May 2012 at 9:18

GoogleCodeExporter commented 8 years ago
agh now i see where the probly is.

version.txt is always read from the current directory, as i asume the current 
wokring directory is the base mp folder

Original comment by Meee...@gmail.com on 21 May 2012 at 9:30

GoogleCodeExporter commented 8 years ago

Original comment by Meee...@gmail.com on 27 Jun 2012 at 12:49