Andras Schaffer

Results 46 comments of Andras Schaffer

With fences it is working, you can see fences in mission edit, but needed to be connected to a vehicle, and the fence must be uploaded.

@IamPete1 Thanks, I was pulling my hair to find why script test failed on docs check, but it seems it was only a space....

MP is quite picky for correctly formatted and simple KLM files. > Test: Open Google Earth Pro, draw a polygon and save it as a KML. You can load it...

fixed in https://github.com/ArduPilot/MissionPlanner/pull/3444 Changing polygon fill handling behavior could be an issue for those who get used to that all polygon fills are rendered transparent...

It seems that the vehicleinfo.py on https://firmware.ardupilot.org/Tools/MissionPlanner is somehow become an older version with wrong pointers to the plane.parm file..... It needs an attention from @meee1 to update that file...

It looks to me that ACFly is a custom flight controller with proprietary software, therefore it was never supported by Mission Planner, maybe you have a custom build of MP...

Fix is in https://github.com/ArduPilot/MissionPlanner/pull/3381

Did you consider what happens when 50 or 100 parameters are changed after a param load or compare ?

Yes, but I think it is too much hassle. The count of changed parameters is a good enough indicator. So I recommend to drop the list.

It looks like a custom mavlink implementation, I see not trace this change in the official mavlink library. If this is the situation it does not have any place in...