Skip to content

Commit

Permalink
build linux install dep and fix ios + android g2o
Browse files Browse the repository at this point in the history
  • Loading branch information
luc committed Jan 22, 2024
1 parent 4ae19d1 commit 5f92f0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-x86_64-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: install xorg-dev
run: sudo apt-get install -y xorg-dev

- name: install libtbb
run: sudo apt-get install -y libtbb-dev

- name: Configure CMake
run: cmake -B ${{ github.workspace }}/build -DCMAKE_BUILD_TYPE=Debug -DSL_DOWNLOAD_DATA=OFF -DSL_BUILD_WITH_KTX=OFF -DSL_BUILD_WITH_MEDIAPIPE=OFF

Expand Down
1 change: 1 addition & 0 deletions modules/wai/source/orb_slam/Optimizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <orb_slam/Converter.h>
#include <AverageTiming.h>
#include <mutex>
#include <SL.h>

#define CHI2_1 5.991f
#define CHI2_2 5.991f
Expand Down

0 comments on commit 5f92f0e

Please sign in to comment.