README.rst 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. linux, os x: |TravisCI|_ windows: |AppVeyor|_ code coverage: |ci_cov|_
  2. Sophus
  3. ======
  4. Overview
  5. --------
  6. This is a c++ implementation of Lie groups commonly used for 2d and 3d
  7. geometric problems (i.e. for Computer Vision or Robotics applications).
  8. Among others, this package includes the special orthogonal groups SO(2) and
  9. SO(3) to present rotations in 2d and 3d as well as the special Euclidean group
  10. SE(2) and SE(3) to represent rigid body transformations (i.e. rotations and
  11. translations) in 2d and 3d.
  12. API documentation: https://strasdat.github.io/Sophus/
  13. Cross platform support
  14. ----------------------
  15. Sophus compiles with clang and gcc on Linux and OS X as well as msvc on Windows.
  16. The specific compiler and operating system versions which are supported are
  17. the ones which are used in the Continuous Integration (CI): See TravisCI_ and
  18. AppVeyor_ for details.
  19. However, it should work (with no to minor modification) on many other
  20. modern configurations as long they support c++11, CMake, and Eigen 3.X.
  21. .. |TravisCI| image:: https://travis-ci.org/strasdat/Sophus.svg?branch=master
  22. .. _TravisCI: https://travis-ci.org/strasdat/Sophus
  23. .. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/um4285lwhs8ci7pt/branch/master?svg=true
  24. .. _AppVeyor: https://ci.appveyor.com/project/strasdat/sophus/branch/master
  25. .. |ci_cov| image:: https://coveralls.io/repos/github/strasdat/Sophus/badge.svg?branch=master
  26. .. _ci_cov: https://coveralls.io/github/strasdat/Sophus?branch=master