Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cartographer_ros doesnt depend on console_bridge ATM #19

Merged
merged 1 commit into from
Jul 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion cartographer_ros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ find_package(visualization_msgs REQUIRED)
include(FindPkgConfig)


find_package(console_bridge REQUIRED)
find_package(LuaGoogle REQUIRED)
find_package(PCL REQUIRED COMPONENTS common)
find_package(Eigen3 REQUIRED)
Expand Down
1 change: 0 additions & 1 deletion cartographer_ros/cartographer_ros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ target_include_directories(cartographer_node SYSTEM PUBLIC ${LUA_INCLUDE_DIR})
target_link_libraries(cartographer_node ${PROJECT_NAME})
ament_target_dependencies(cartographer_node
"cartographer_ros_msgs"
"console_bridge"
"geometry_msgs"
"nav_msgs"
"pcl_conversions"
Expand Down
1 change: 0 additions & 1 deletion cartographer_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@

<depend>cartographer</depend>
<depend>cartographer_ros_msgs</depend>
<depend>console_bridge</depend>
<depend>lua5.2-dev</depend>
<depend>nav_msgs</depend>
<depend>libpcl-all-dev</depend>
Expand Down