Skip to content

Commit

Permalink
Remove config CLI application. Bump up slambox-sdk version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jongkuk Lim committed Jan 16, 2024
1 parent 7f5eecb commit 17d4ac4
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 612 deletions.
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[submodule "libs/cli"]
path = libs/cli
url = https://github.com/daniele77/cli.git
branch = v2.1.0
[submodule "libs/fmt"]
path = libs/fmt
url = https://github.com/fmtlib/fmt.git
Expand Down
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ find_package(glog 0.6.0 REQUIRED)
find_package(ZLIB REQUIRED)
find_package(yaml-cpp REQUIRED )

find_package(slambox_sdk 0.1.0 REQUIRED)
find_package(slambox_sdk 0.2.0 REQUIRED)

catkin_package(
CATKIN_DEPENDS roscpp
Expand Down Expand Up @@ -52,13 +52,11 @@ FOREACH(source_executable ${SOURCES_EXECUTABLE})
glog::glog
${slambox_sdk_LIBRARIES}
ZLIB::ZLIB
cli::cli
fmt::fmt
${YAML_CPP_LIBRARIES}
)
ENDFOREACH()

add_subdirectory("libs/cli")
add_subdirectory("libs/fmt")

# Unit test
Expand Down Expand Up @@ -86,7 +84,6 @@ if (CATKIN_ENABLE_TESTING)
gtest_main
glog::glog
${slambox_sdk_LIBRARIES}
cli::cli
fmt::fmt
${YAML_CPP_LIBRARIES}
)
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ RUN echo "export LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:/home/user/.local/lib" >> /ho
# Install SLAMBOX SDK
RUN sudo apt-get install -y libserial-dev
WORKDIR /home/user
RUN git clone https://github.com/j-marple-dev/slambox-sdk.git -b v0.1.0 && \
RUN git clone https://github.com/j-marple-dev/slambox-sdk.git -b v0.2.0 && \
mkdir -p slambox-sdk/build && \
cd slambox-sdk/build && \
cmake -G "Unix Makefiles" .. && \
Expand Down
158 changes: 0 additions & 158 deletions include/applications/config_cli_app.hpp

This file was deleted.

1 change: 0 additions & 1 deletion libs/cli
Submodule cli deleted from 1b94e8
Loading

0 comments on commit 17d4ac4

Please sign in to comment.