Skip to content

Commit

Permalink
Add ament lint auto
Browse files Browse the repository at this point in the history
  • Loading branch information
Flova committed Jan 16, 2024
1 parent fae7ff6 commit 5ffd6a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions game_controller_hl_interfaces/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.5)
project(game_controller_hl_interfaces)

find_package(ament_cmake REQUIRED)
find_package(ament_lint_auto REQUIRED)
find_package(rosidl_default_generators REQUIRED)
find_package(std_msgs REQUIRED)

Expand Down
1 change: 1 addition & 0 deletions game_controller_hl_interfaces/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<buildtool_depend>rosidl_default_generators</buildtool_depend>

<depend>std_msgs</depend>
<depend>ament_lint_auto</depend>

<build_depend>rosidl_default_generators</build_depend>
<exec_depend>rosidl_default_runtime</exec_depend>
Expand Down

0 comments on commit 5ffd6a2

Please sign in to comment.