Matt Epperson
Matt Epperson
Hey Aaron, I'm starting to use symforce with bazel and have developed some internal rules to simplify the process of generating cc_libraries. Is there interest in contributing these rules back...
@aaron-skydio what's your preference between me doing this in a separate repo like `rules_symforce` vs making a PR directly to the symforce repo which would require me adding some bazel...
Let me put this up as a talking point. Its very simple but is generally what I am aiming for. https://github.com/matte1/rules_symforce One thing to note is that I would like...
Thanks eboasson! This actually might be the issue. The comment about 0.10.4 was misleading, this happens on both 10.1 and 10.4 so its not related to the upgrade. I only...
The other notable thing about our setup is that we have a python wrapper that has cyclone dds pub/subs which calls C++ modules that also contain c++ versions of the...
Has there been any movement here on supporting Rust @avsaase @aaron-skydio? I'd give a +1 to using nalgebra. If there is a work in progress that needs some help I...
Any update on this? I'm running into this as well on windows. Works fine with linux.
@UebelAndre can you point me in the right direction for the CI error I'm getting?
@UebelAndre what did you have in mind for checking that it transitions correctly? I could do something a little hacky where I compile for copt and then use output of...
@UebelAndre I added a new strip_level test tho it might be cleaner to just include that in the opt_level test. Could go either way here. It looks like the windows...