Skip to content

Commit

Permalink
Merge branch 'fix/gridmapfilters_update_package_version' into 'master'
Browse files Browse the repository at this point in the history
[grid_map_filters] Fix package version

Closes #UNKNOWN

GitOrigin-RevId: 271a4052c6aae9f0debebdb25542a574d05f1ad6
  • Loading branch information
mgaertneratanybotics authored and anybotics-sync-runner committed Oct 15, 2020
1 parent 100bccf commit 253bec4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions grid_map_filters/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ if (CATKIN_ENABLE_TESTING)
${Boost_INCLUDE_DIRS}
)
target_link_libraries(${PROJECT_NAME}-test
gmock
gtest
${PROJECT_NAME}
${Boost_LIBRARIES}
)
Expand Down
3 changes: 2 additions & 1 deletion grid_map_filters/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>grid_map_filters</name>
<version>1.6.2</version>
<version>1.6.3</version>
<description>Processing grid maps as a sequence of ROS filters.</description>
<maintainer email="[email protected]">Maximilian Wulf</maintainer>
<maintainer email="[email protected]">Yoshua Nava</maintainer>
Expand All @@ -19,6 +19,7 @@
<depend>tbb</depend>
<!-- <test_depend>cmake_code_coverage</test_depend> -->
<test_depend>gtest</test_depend>
<test_depend>gmock</test_depend>
<export>
<filters plugin="${prefix}/filter_plugins.xml" />
</export>
Expand Down

0 comments on commit 253bec4

Please sign in to comment.