diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 402bd910..650dc204 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ name: Linux / MacOS - c++ on: push: - branches: [ master ] + branches: [ main ] pull_request: workflow_dispatch: diff --git a/.github/workflows/sympy.yml b/.github/workflows/sympy.yml index 7c72ccae..6ec7ffe5 100644 --- a/.github/workflows/sympy.yml +++ b/.github/workflows/sympy.yml @@ -2,7 +2,7 @@ name: Linux - sympy on: push: - branches: [ master ] + branches: [ main ] pull_request: workflow_dispatch: @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04] + os: [ubuntu-22.04] fail-fast: false diff --git a/README.md b/README.md index cf5ac6fa..8bdffd63 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,5 @@
- A collection of c++ types for 2d and 3d geometric problems. -
- ++ 2d and 3d Lie Groups for Computer Vision and Robotics +
This is a c++ implementation of Lie groups commonly used for 2d and 3d geometric problems (i.e. for Computer Vision or Robotics applications). @@ -66,8 +65,8 @@ However, next incarnations of Sophus are under development: -How to build ------------- +How to build Sophus +------------------- Sophus requires a C++17 compiler (though older versions build with C++14). diff --git a/package.xml b/package.xml index 72a19080..770074e1 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@