André Kjellstrup
André Kjellstrup
I have not used "uv" , while in the venv, I used pip install -U ardupilot_methodic_configurator to update.
The full precision is an illusion :) - as you see/know that the last digits were not actually entered, so in most cases the later decimals is just an error...
MAVProxy format: (space(es) at delimiter LF at the EOL) ``` ACRO_BAL_PITCH 1.000000 ACRO_BAL_ROLL 1.000000 ACRO_OPTIONS 0 ACRO_RP_EXPO 0.300000 ACRO_RP_RATE 360.000000 ACRO_RP_RATE_TC 0.000000 ``` APMPlanner2: #=comment , comma as delimiter, CRLF...
>>Having the vehicle id allows you to warn about loading a file from the wrong vehicle I'd say that is mainly covered by when I load(compare) and see lots of...
@peterbarker Yes. I based my code on information from: https://mavlink.io/en/messages/common.html#PARAM_VALUE , then the convenience function. The warning says: " terminated by NULL if the length is less than 16 human-readable...
I suggest: ``` @param param_id Onboard parameter id, requires char[16]. If the parameter ID is less than 16 human-readable chars, fill the remaining chars with (NULL) byte(s). Applications have to...
@hamishwillee yes, it's perfectly fine for me- this text would save me a lot of troubleshooting. - and may do so for others. Please search and replace - searching for...
Yes, I totally agree - it would be best to avoid zero-filling - as long as the recipient only reads ASCII until zero - I do not even understand why...
I can also mention that the "some plugins disabled" was gamepad support - that can be disabled anyway as there is no use for it with ALVR/quest
for best testing, is it ok to install discord.py alongside discord.py-self in the same venv?