arbor-arthur

Results 6 issues of arbor-arthur

**Is your feature request related to a problem? Please describe.** I've had many issues building/installing symforce. Having pip packages available can help significantly with this. **Describe the solution you'd like**...

enhancement
build
Infra

**Describe the bug** Even when option `SYMFORCE_BUILD_SYMENGINE` is set to `OFF`, `setup.py` still attempts to install Symengine, which will now fail. **To Reproduce** git clone symforce v0.8.0 Set `SYMFORCE_BUILD_SYMENGINE` to...

bug

**Describe the bug** On Macos when building with cmake, if fmt version 8 and 9 (or 10) are both available, it detects version 8 and then tries to link to...

bug

**Describe the bug** Running `python3 -m pip install .` on a git clone of symforce v0.8.0 gives the error: ``` -- tl::optional not found, adding with FetchContent [ 11%] Creating...

bug

**Describe the bug** After installing symforce with `python3 -m pip install .`, my C++ program has an error using `#include ` because the `slam` subdirectory is not installed. Libraries are...

bug

Cargo.toml currently sets `rkyv-serialize-no-std = ["rkyv/size_32"]` which prevents using `rkyv` with any other pointer size. It is best practice for libraries to not set the pointer size and allow binaries...