Matthias Hryniszak

Results 56 comments of Matthias Hryniszak

I propose we stop complaining about this and create a pull request to implement this. Otherwise JRebel (I'm not affiliated but I am an active user and I'm loving it)...

> +1 > > The NPM package that is available under the name node-mavlink is ArduPilot's: https://github.com/ArduPilot/node-mavlink But that one does not contain the imports MAVLinkMessage, readInt64LE or readUInt64LE. Hi...

The `node-mavlink` package that I maintain does not export any of those methods for low-level byte-by-byte reading of values. That's implemented in https://github.com/ArduPilot/node-mavlink/blob/master/lib/serialization.ts, it's an internal part of the system...

IDK how I missed that: > generator/mavgen_typescript.py That's 100% not the package I maintain. My package is published to NPM registry, you cain install it with npm i node-mavlink, it's...

Currently, there is no other way to read `param_value` with the correct type. I am planning on extending the generator to have the ParamValue class pre-generated and being able to...

I know, this is a shortcoming at the moment. pt., 20 maj 2022 o 13:46 numan ***@***.***> napisał(a): > btw This is very important for setparamvalue messages of int parameters...

I think the biggest problem that I can see here is that the parameter has the value associated with it on the definition level and not in the bytes on...

> Unless you want to add something this issue can be closed I am still not done with it and I'll keep this issue open until I get a more...

Hi, anyone can tell me what the 'version' column in 'pm2 ps' is and how to specify it? I have deployed more than one version, I did tag the git...

OK - I figured it out :) The `version` field in monitoring is taken from `package.json`'s `version` field :)