-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Testing ROS2 Dashing PR builder and fixing linter build farm error (#155
) * adding test depend on lint auto and bump version * adding dependency on ament_cmake_cppcheck * add ament_cmake_cpplint in cmakelists * try without linter tests in rosidl generator * remove extraneous depends
- Loading branch information
1 parent
410d5c6
commit d1d419c
Showing
3 changed files
with
4 additions
and
3 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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format ="3"> | ||
<name>spatio_temporal_voxel_layer</name> | ||
<version>2.0.1</version> | ||
<version>2.0.2</version> | ||
<description>The spatio-temporal 3D obstacle costmap package</description> | ||
|
||
<maintainer email="[email protected]">Steve Macenski</maintainer> | ||
|
@@ -35,6 +35,8 @@ | |
<depend>tbb</depend> | ||
<depend>libopenexr-dev</depend> | ||
|
||
<test_depend>ament_lint_auto</test_depend> | ||
|
||
<export> | ||
<costmap_2d plugin="${prefix}/costmap_plugins.xml" /> | ||
<build_type>ament_cmake</build_type> | ||
|