forked from ANYbotics/grid_map
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/grid_map_static_analysis' into 'master'
[grid_map] Enabled static analysis without code formatting on all packages GitOrigin-RevId: 78cf1b49f972725e9adc4faebb6f236f4255143e
- Loading branch information
1 parent
8d0a3b4
commit ea0759a
Showing
23 changed files
with
154 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
<url type="bugtracker">http://github.com/anybotics/grid_map/issues</url> | ||
<author email="[email protected]">Péter Fankhauser</author> | ||
<buildtool_depend>catkin</buildtool_depend> | ||
<!-- <build_depend>cmake_clang_tools</build_depend> --> | ||
<depend>eigen</depend> | ||
<!-- <test_depend>cmake_code_coverage</test_depend> --> | ||
<test_depend>gtest</test_depend> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
<url type="bugtracker">http://github.com/anybotics/grid_map/issues</url> | ||
<author email="[email protected]">Péter Fankhauser</author> | ||
<buildtool_depend>catkin</buildtool_depend> | ||
<!-- <build_depend>cmake_clang_tools</build_depend> --> | ||
<depend>grid_map_core</depend> | ||
<depend>costmap_2d</depend> | ||
<depend>tf</depend> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
<author email="[email protected]">Péter Fankhauser</author> | ||
<author email="[email protected]">Magnus Gärtner</author> | ||
<buildtool_depend>catkin</buildtool_depend> | ||
<!-- <build_depend>cmake_clang_tools</build_depend> --> | ||
<depend>grid_map_core</depend> | ||
<depend>cv_bridge</depend> | ||
<depend>filters</depend> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
<url type="bugtracker">http://github.com/anybotics/grid_map/issues</url> | ||
<author email="[email protected]">Péter Fankhauser</author> | ||
<buildtool_depend>catkin</buildtool_depend> | ||
<!-- <build_depend>cmake_clang_tools</build_depend> --> | ||
<depend>roscpp</depend> | ||
<depend>grid_map_core</depend> | ||
<depend>grid_map_ros</depend> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
<author email="[email protected]">Péter Fankhauser</author> | ||
<author email="[email protected]">Martin Wermelinger</author> | ||
<buildtool_depend>catkin</buildtool_depend> | ||
<!-- <build_depend>cmake_clang_tools</build_depend> --> | ||
<depend>boost</depend> | ||
<depend>filters</depend> | ||
<depend>grid_map_core</depend> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
<url type="bugtracker">http://github.com/anybotics/grid_map/issues</url> | ||
<author email="[email protected]">Péter Fankhauser</author> | ||
<buildtool_depend>catkin</buildtool_depend> | ||
<!-- <build_depend>cmake_clang_tools</build_depend> --> | ||
<depend>roscpp</depend> | ||
<depend>grid_map_ros</depend> | ||
<depend>grid_map_msgs</depend> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
<author email="[email protected]">Jeff Delmerico</author> | ||
<author email="[email protected]">Péter Fankhauser</author> | ||
<buildtool_depend>catkin</buildtool_depend> | ||
<!-- <build_depend>cmake_clang_tools</build_depend> --> | ||
<depend>grid_map_core</depend> | ||
<depend>octomap</depend> | ||
<!-- <test_depend>cmake_code_coverage</test_depend> --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
<url type="bugtracker">http://github.com/anybotics/grid_map/issues</url> | ||
<author email="[email protected]">Péter Fankhauser</author> | ||
<buildtool_depend>catkin</buildtool_depend> | ||
<!-- <build_depend>cmake_clang_tools</build_depend> --> | ||
<depend>roscpp</depend> | ||
<depend>grid_map_core</depend> | ||
<depend>grid_map_msgs</depend> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
<author email="[email protected]">Takahiro Miki</author> | ||
<author email="[email protected]">Péter Fankhauser</author> | ||
<buildtool_depend>catkin</buildtool_depend> | ||
<!-- <build_depend>cmake_clang_tools</build_depend> --> | ||
<depend>grid_map_core</depend> | ||
<depend>pcl_ros</depend> | ||
<!-- <test_depend>cmake_code_coverage</test_depend> --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
<url type="bugtracker">http://github.com/anybotics/grid_map/issues</url> | ||
<author email="[email protected]">Péter Fankhauser</author> | ||
<buildtool_depend>catkin</buildtool_depend> | ||
<!-- <build_depend>cmake_clang_tools</build_depend> --> | ||
<depend>roscpp</depend> | ||
<depend>grid_map_core</depend> | ||
<depend>grid_map_ros</depend> | ||
|