aarondewindt

Results 14 comments of aarondewindt

Maybe important to add. The `case(...)` function is needed because the `object.case` may contain a falsy value (eg, `False`, `None`, 0, etc). So my idea is to let the `object.case`...

So to be more specific. I want to deserialize the stream into messages of their own type, but return a `std::shared_pointer`.

@vooon Thaaanks, that help quite a bit. I figured I had to use the C library and `mavlink::MsgMap` but implemented it using `mavlink_parse_char` instead, I haven't had a chance to...

@BillyTheKidPhysicist The workaround I'm using for one of my projects is to wrap the jitclass in a normal python class and implement the `__reduce__` method on that one to implement...