Skip to content

Commit

Permalink
Add linters (autowarefoundation#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
jilaada authored and tkimura4 committed Dec 13, 2021
1 parent 99b7143 commit f7c5c91
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions launch/vehicle_launch/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ find_package(xacro REQUIRED)

ament_auto_find_build_dependencies()

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
ament_lint_auto_find_test_dependencies()
endif()

ament_auto_package(INSTALL_TO_SHARE
launch
config
Expand Down
6 changes: 5 additions & 1 deletion launch/vehicle_launch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<description>The vehicle_launch package</description>

<maintainer email="yukihiro.saito@tier4.jp">Yukihiro Saito</maintainer>
<license>Apache2</license>
<license>Apache License 2.0</license>


<buildtool_depend>ament_cmake_auto</buildtool_depend>
Expand All @@ -17,6 +17,10 @@
<exec_depend>livox_description</exec_depend>
<exec_depend>velodyne_description</exec_depend>
<exec_depend>robot_state_publisher</exec_depend>
<exec_depend>simple_planning_simulator</exec_depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down

0 comments on commit f7c5c91

Please sign in to comment.