Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Localuser authored and Localuser committed Aug 29, 2024
2 parents 04b7664 + 8d1b4ae commit 1cac995
Show file tree
Hide file tree
Showing 79 changed files with 214,636 additions and 573 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: gh-build

on:
push:
branches: ["main"]
branches: ["main", "ac_replayer"]
pull_request:
branches: ["main"]

Expand Down
17 changes: 16 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
assets/tslam/*.map
scanned_map

## other assets
py/expirment
assets/replayer_example/TTool_dataset

## >>>>>>>>> vscode >>>>>>>>>

# VScode config
Expand Down Expand Up @@ -351,4 +355,15 @@ examples/example_sdl2_sdlrenderer/example_sdl2_sdlrenderer
config.ini

# do not version the imgui.ini
imgui.ini
imgui.ini

###############################################################
# Automatically downloaded deps
###############################################################

deps/*-download
deps/eventpp
deps/freetype
deps/imgui
deps/pugixml
deps/spdlog
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,3 @@
branch = main
path = deps/TTool
url = git@github.com:ibois-epfl/TTool.git
[submodule "deps/eventpp"]
branch = main
path = deps/eventpp
url = git@github.com:ibois-epfl/eventpp.git
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ set(OpenGL_GL_PREFERENCE LEGACY) # <-- temp fix: or GLVIND?
find_package(OpenGL REQUIRED)

set(BUILD_V4_API ON)
add_external_package(TSlam)
add_external_package(TSlam IGNORE_SYSTEM)
add_external_package(TTool IGNORE_SYSTEM)

find_package(glfw3 3.3 REQUIRED)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
</p>



# Augmented Carpentry

```
Expand Down
Empty file.
Binary file added assets/replayer_example/example_replayer.gh
Binary file not shown.
Loading

0 comments on commit 1cac995

Please sign in to comment.