Jack
Jack
I've had a crack at trying to write the bindings myself however it straight up segfaults and I can't tell why. Could someone take a look? https://github.com/fenjalien/apriltag-sys https://github.com/fenjalien/apriltag-rust
Hi, sorry for the late reply. It looks rly promising however: I had to clone a local copy the pose-modified branch so I could point it at the modified sys...
I think you've forgotten to push `src/common.rs`, cargo is throwing up a lot of errors of things being out of scope.
Awesome! Works really nicely, tysm. One final suggestion would be possibly convert the rotation and translation matrices to nalgebra structs? I think this is the right code but i'm not...
I've modified `loadldraw.py` so that it imports the custom parts. This works for the mesh but the stickers/textures don't appear. I don't know enough to get any futher than this...
Hi @alexfertel! @dzil123 has forked this repo and made a branch that produces a headless API (sorry dan I did some snooping). See here: https://github.com/dzil123/nannou/blob/headless/ In the branch theres an...
Just a heads up, I'm working on my own version that keeps the same drawing logic but with an API more similar to nannou's. I've already tried attaching a headless...
A slight update, I've started a PR for a headless feature. See: #784
I've started implementing your suggestion @dzil123 but run into a bit of a roadblock. What should the id be a key to? I've tried using it as a key to...
Hi I've tried making my own program to generate a Sierpinski triangle SVG file and it works really well! One thing I didn't realise is it only renders whats been...