David Jablonski

Results 28 comments of David Jablonski

> I can imagine doing it via git, 7z and python/bash to tie them together, but maybe there is a better way? I thought about the very same ^^ Maybe...

Yes, you are right. On https://github.com/Stvad/CrowdAnki/tags you should see a button "Add release notes" next to the tag v0.3. After adding those relesease notes, it should work! So as a...

Please pull the newest commit. Should work then. In blender_data/cameraSettings.json you can change xs to [0, 5] and ys to [0, 1] if you want some quick results, which you...

In https://github.com/PX4/PX4-Autopilot/actions/runs/8227451344/job/22495377965: ``` The following tests FAILED: 11 - unit-MatrixAttitude (Failed) ``` Or in https://github.com/PX4/PX4-Autopilot/actions/runs/8227451360/job/22495378807: ``` --- Test case 11 of 17: 'RTL direct home without approaches' failed. ```

@msmeissn 2.5.31 is not on github, right? I have a similar problem and can help with testing :)

Language bindings should be fine. So a python mavsdk app for example can represent an entire mavlink component, using the param_server plugin to provide all the parameters. If something happens...

@mzahana Your implementation is based on https://arxiv.org/pdf/1301.0931.pdf, right? Do you have any notes on your implementation, e.g. what's the mathematical equivalence of ``` C_bar = np.block([ [ self._C ], [...

Do you remember the name of the paper? I would happily help testing this with newer packages/px4 versions. Just need to understand the maths ^^