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

costmap_cspace: export costmap_3d_layers library #691

Merged
merged 8 commits into from
May 25, 2023
1 change: 1 addition & 0 deletions costmap_cspace/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ find_package(catkin REQUIRED COMPONENTS ${CATKIN_DEPENDS})
find_package(xmlrpcpp REQUIRED)
catkin_package(
INCLUDE_DIRS include
LIBRARIES costmap_3d_layers
CATKIN_DEPENDS ${CATKIN_DEPENDS}
)

Expand Down