Skip to content

Commit

Permalink
ament linters: manually enable just cmake and xml linters
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Sep 24, 2024
1 parent a972d29 commit 4df8036
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 9 deletions.
3 changes: 2 additions & 1 deletion mrpt_map_server/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
<depend>mrpt_nav_interfaces</depend>
<depend>rclcpp_components</depend>

<depend>ament_lint_common</depend>
<depend>ament_cmake_lint_cmake</depend>
<depend>ament_cmake_xmllint</depend>
<depend>ament_lint_auto</depend>

<export>
Expand Down
3 changes: 2 additions & 1 deletion mrpt_msgs_bridge/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@

<!-- <depend>marker_msgs</depend> --> <!-- Re-enable when available in all ROS 2 distros -->

<depend>ament_lint_common</depend>
<depend>ament_cmake_lint_cmake</depend>
<depend>ament_cmake_xmllint</depend>
<depend>ament_lint_auto</depend>

<export>
Expand Down
3 changes: 2 additions & 1 deletion mrpt_navigation/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
<depend>mrpt_tutorials</depend>
<depend>mrpt_nav_interfaces</depend>

<depend>ament_lint_common</depend>
<depend>ament_cmake_lint_cmake</depend>
<depend>ament_cmake_xmllint</depend>
<depend>ament_lint_auto</depend>

<export>
Expand Down
3 changes: 2 additions & 1 deletion mrpt_pf_localization/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
<depend>tf2</depend>
<depend>tf2_geometry_msgs</depend>

<depend>ament_lint_common</depend>
<depend>ament_cmake_lint_cmake</depend>
<depend>ament_cmake_xmllint</depend>
<depend>ament_lint_auto</depend>

<test_depend>mrpt_tutorials</test_depend>
Expand Down
3 changes: 2 additions & 1 deletion mrpt_pointcloud_pipeline/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
<depend>tf2</depend>
<depend>tf2_geometry_msgs</depend>

<depend>ament_lint_common</depend>
<depend>ament_cmake_lint_cmake</depend>
<depend>ament_cmake_xmllint</depend>
<depend>ament_lint_auto</depend>

<export>
Expand Down
3 changes: 2 additions & 1 deletion mrpt_rawlog/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
<depend>tf2_msgs</depend>
<depend>tf2_ros</depend>

<depend>ament_lint_common</depend>
<depend>ament_cmake_lint_cmake</depend>
<depend>ament_cmake_xmllint</depend>
<depend>ament_lint_auto</depend>

<export>
Expand Down
3 changes: 2 additions & 1 deletion mrpt_reactivenav2d/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
<depend>tf2_ros</depend>
<depend>visualization_msgs</depend>

<depend>ament_lint_common</depend>
<depend>ament_cmake_lint_cmake</depend>
<depend>ament_cmake_xmllint</depend>
<depend>ament_lint_auto</depend>

<export>
Expand Down
3 changes: 2 additions & 1 deletion mrpt_tps_astar_planner/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
<depend>tf2_ros</depend>
<depend>visualization_msgs</depend>

<depend>ament_lint_common</depend>
<depend>ament_cmake_lint_cmake</depend>
<depend>ament_cmake_xmllint</depend>
<depend>ament_lint_auto</depend>

<export>
Expand Down
3 changes: 2 additions & 1 deletion mrpt_tutorials/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
<exec_depend>teleop_twist_keyboard</exec_depend>
<exec_depend>mvsim</exec_depend>

<depend>ament_lint_common</depend>
<depend>ament_cmake_lint_cmake</depend>
<depend>ament_cmake_xmllint</depend>
<depend>ament_lint_auto</depend>

<export>
Expand Down

0 comments on commit 4df8036

Please sign in to comment.