Skip to content

Commit

Permalink
Refine fuse_graphs
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <methylDragon@gmail.com>
  • Loading branch information
methylDragon committed Dec 8, 2022
1 parent 720fb8c commit 38006f3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 97 deletions.
7 changes: 1 addition & 6 deletions fuse_graphs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
cmake_minimum_required(VERSION 3.16)
project(fuse_graphs)

set(build_depends
fuse_core
pluginlib
roscpp
)

# Default to C++17
if(NOT CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 17)
Expand Down Expand Up @@ -61,6 +55,7 @@ if(BUILD_TESTING)
if(benchmark_FOUND)
# Create Problem benchmark
add_executable(benchmark_create_problem benchmark/benchmark_create_problem.cpp)
target_include_directories(benchmark_create_problem PRIVATE "test/")
target_link_libraries(benchmark_create_problem
${PROJECT_NAME}
benchmark::benchmark
Expand Down
90 changes: 0 additions & 90 deletions fuse_graphs/benchmark/example_variable.h

This file was deleted.

2 changes: 1 addition & 1 deletion fuse_graphs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<author email="swilliams@locusrobotics.com">Stephen Williams</author>
<license>BSD</license>

<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_ros</buildtool_depend>

<build_depend>libceres-dev</build_depend>
<build_depend>fuse_core</build_depend>
Expand Down

0 comments on commit 38006f3

Please sign in to comment.