Show EOL distros:
Package Summary
C++ implementation of Lie Groups using Eigen.
- Maintainer status: maintained
- Maintainer: Daniel Stonier <d.stonier AT gmail DOT com>
- Author: Hauke Strasdat
- License: BSD
Package Summary
C++ implementation of Lie Groups using Eigen.
- Maintainer status: maintained
- Maintainer: Daniel Stonier <d.stonier AT gmail DOT com>
- Author: Hauke Strasdat
- License: BSD
Package Summary
C++ implementation of Lie Groups using Eigen.
- Maintainer status: maintained
- Maintainer: Daniel Stonier <d.stonier AT gmail DOT com>
- Author: Hauke Strasdat
- License: BSD
Package Summary
C++ implementation of Lie Groups using Eigen.
- Maintainer status: maintained
- Maintainer: Daniel Stonier <d.stonier AT gmail DOT com>
- Author: Hauke Strasdat
- License: MIT
Package Summary
C++ implementation of Lie Groups using Eigen.
- Maintainer status: maintained
- Maintainer: Daniel Stonier <d.stonier AT gmail DOT com>
- Author: Hauke Strasdat
- License: MIT
- Bug / feature tracker: https://github.com/strasdat/sophus/issues
- Source: git https://github.com/stonier/sophus.git (branch: release/1.1.x)
About
This is a ros 3rd party package that provides Hauke Strasdat's sophus library.
Installation From Deb
$ sudo apt-get install ros-kinetic-sophus
To use it from your own catkin package you need to make sure you get the dependency syntax right. The cmake commands in particular are subtly different from depending on a catkin package. An example:
CMakeLists.txt
package.xml
1 <build_depend>ecl_linear_algebra</build_depend>
2 <build_depend>ecl_time</build_depend>
3 <build_depend>sophus</build_depend>
4 <build_depend>dslam_common</build_depend>
5
6
7 <run_depend>ecl_linear_algebra</run_depend>
8 <run_depend>ecl_time</run_depend>
9 <run_depend>sophus</run_depend>
10 <run_depend>dslam_common</run_depend>
Installation from Source
See the README.