-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from koide3/devel
Prerelease
- Loading branch information
Showing
263 changed files
with
9,115 additions
and
5,650 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
syntaxError | ||
preprocessorErrorDirective | ||
|
||
uninitvar:include/gtsam_ext/optimizers/dogleg_optimizer_ext_impl.hpp | ||
uninitvar:include/gtsam_points/optimizers/dogleg_optimizer_ext_impl.hpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: license | ||
|
||
on: | ||
push: | ||
branches: [ master ] | ||
paths-ignore: '**.md' | ||
pull_request: | ||
branches: [ master ] | ||
paths-ignore: '**.md' | ||
|
||
jobs: | ||
license_check: | ||
name: License check | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Check license | ||
run: | | ||
find include/gtsam_points src/gtsam_points -type f | xargs -I filename bash -c 'if ! grep -q Copyright filename; then echo filename : lisence not found; exit 1; fi' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +0,0 @@ | ||
[submodule "thirdparty/Eigen"] | ||
path = thirdparty/Eigen | ||
url = https://gitlab.com/libeigen/eigen.git | ||
[submodule "thirdparty/nanoflann"] | ||
path = thirdparty/nanoflann | ||
url = https://github.com/jlblancoc/nanoflann.git | ||
Oops, something went wrong.