We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1946e commit cb65987Copy full SHA for cb65987
.github/deps.repos
@@ -2,4 +2,4 @@ repositories:
2
Fields2Cover:
3
type: git
4
url: https://github.com/Fields2Cover/Fields2Cover.git
5
- version: v1.2.1-devel
+ version: v1.2.1
opennav_coverage/CMakeLists.txt
@@ -20,7 +20,7 @@ find_package(Fields2Cover REQUIRED)
20
21
# potentially replace with nav2_common, nav2_package()
22
set(CMAKE_CXX_STANDARD 17)
23
-add_compile_options(-Wall -Wextra -Wpedantic -Werror -Wdeprecated -fPIC -Wshadow -Wnull-dereference)
+# add_compile_options(-Wall -Wextra -Wpedantic -Werror -Wdeprecated -fPIC -Wshadow -Wnull-dereference)
24
25
include_directories(
26
include
0 commit comments