Andrew Tridgell
Andrew Tridgell
ping @alehed
@alehed here are two param files that show the mavparmdiff.py issue [5.txt](https://github.com/ArduPilot/pymavlink/files/9925654/5.txt) [6.txt](https://github.com/ArduPilot/pymavlink/files/9925655/6.txt) just run mavparmdiff.py 5.txt 6.txt
so 6.txt has the bad string conversions in it, we somehow ended up with both forms in the param file: ``` SR0_ADSB 4 SR0_EXTRA1 4 SR0_EXTRA2 4 SR0_EXTRA3 4 SR0_EXT_STAT...
setting parameters with mavproxy is also failing, I think what is happening is the PARAM_VALUE reply is not being recognised due to string mis-match between the two forms
fixes here: https://github.com/ArduPilot/MAVProxy/pull/1117 https://github.com/ArduPilot/pymavlink/pull/746
failing tests
where is the rfx file for the model? I haven't loaded a "rfvehicle" before, maybe you didn't export the rfx correctly?
see comments in the simulation channel thread on discord
@WickedShell please squash this to one commit, then we can merge
this should be right: ``` sudo apt-get install python3-matplotlib python3-serial python3-wxgtk4.0 python3-lxml sudo apt-get install python3-scipy python3-opencv python3-pip python3-pexpect python3-tk ```