Sophus icon indicating copy to clipboard operation
Sophus copied to clipboard

C++ implementation of Lie Groups using Eigen.

Results 39 Sophus issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Sophus is not building under Windows 10 MSVC2019 with the following cmake command: ```c cmake .. -DSOPHUS_USE_BASIC_LOGGING=ON -DBUILD_SOPHUS_TESTS=ON -DBUILD_SOPHUS_EXAMPLES=ON ``` due to the following error: ```c error...

bug

Three tests fail on macOS PPC: ``` ---> Testing sophus Executing: cd "/opt/local/var/macports/build/_opt_PPCRosettaPorts_devel_sophus/sophus/work/build" && /usr/bin/make test Running tests... /opt/local/bin/ctest --force-new-ctest-process Test project /opt/local/var/macports/build/_opt_PPCRosettaPorts_devel_sophus/sophus/work/build Start 1: test_common 1/13 Test #1: test_common...

bug

**Describe the bug** I am currently using Ubuntu 22.04 Clone this repostory and : mkdir build / cd build / cmake .. / make and gave me some error moveon2@moveon2-asus-tuf:~/workspace/Sophus/build$...

bug

Sophus used to work inside CUDA kernels, However there is no CI action, and it is likely it does not compile with CUDA anymore. TODO: Add some compile-only regression test...

feature request