moved vocabulary to submodules
This commit is contained in:
parent
54bbeb1b81
commit
16d4fd90a8
|
@ -19,3 +19,6 @@
|
|||
[submodule "thirdparty/basalt-headers"]
|
||||
path = thirdparty/basalt-headers
|
||||
url = https://gitlab.com/VladyslavUsenko/basalt-headers.git
|
||||
[submodule "data/basalt-data"]
|
||||
path = data/basalt-data
|
||||
url = https://gitlab.com/VladyslavUsenko/basalt-data.git
|
||||
|
|
|
@ -190,7 +190,7 @@ install(TARGETS basalt_calibrate basalt_calibrate_imu basalt_vio_sim basalt_mapp
|
|||
)
|
||||
|
||||
file(GLOB CONFIG_FILES "${CMAKE_CURRENT_SOURCE_DIR}/data/*.json")
|
||||
INSTALL(FILES ${CONFIG_FILES} ${CMAKE_CURRENT_SOURCE_DIR}/data/orbvoc.dbow3
|
||||
INSTALL(FILES ${CONFIG_FILES} ${CMAKE_CURRENT_SOURCE_DIR}/data/basalt-data/orbvoc.dbow3
|
||||
DESTINATION ${CMAKE_INSTALL_PREFIX}/etc/basalt
|
||||
)
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 96fdd1eb805befd95b81983e1f22129e26b13a6e
|
Loading…
Reference in New Issue