Peter Barker
Peter Barker
> I couldn't get the test to run in my local environment so I tried to port something I'd written over to what was used in CI (asking claude to...
> Also #31659 would benefit from some tests to show why that works ... and to make sure it doesn't break....
On Mon, 9 Dec 2024, Mohammed Anis Oukebdane wrote: > File "modules\mavproxy_map_init_.py", line 145, in add_menu > AttributeError: 'MapModule' object has no attribute 'default_popup' Which version of MAVProxy are you...
@Aniskonig are you sure that's the only exception being thrown when you start the process? AFAICS we unconditionally set `self.default_popup` when constructing a map module instance, so this is rather...
> I fixed the issue by following [@eschutz](https://github.com/eschutz) recommendation and also editing the `def mp_icon(filename)` function in .../MAVProxy/modules/mavproxy_map/mp_tile.py Care to PR your fixes?
Fixed problems caused by rebase on top of function rename in master
> I'm relying on these methods returning lat/long via the Lua bindings as I use the results to call back in via the new MAVLink DO_REPOSITION interface to point the...
> please check quadplane ship landing lands within a reasonable distance of the ship target Augmented the ShipLanding test to check the distance after disarm
``` 2024-10-16 15:42:31.151: XKF4 TimeUS: 1848065904 µs C: 2 instance SV: 0.1 SP: 0.02 SH: 0.05 SM: 0.04 SVT: 0.04 errRP: 0.006802107207477093 OFN: 5.542076110839844 m OFE: -0.1966709941625595 m FS: 0...
> What's with the 24bit shifting, is it a big endian thing? Wouldn't this effect all other SIM drivers too? Do all the drivers need to be checked? The MCP9600...