Skip to content

Commit

Permalink
[Mini Quadrotor] update files to satisfy catkin-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tongtybj committed Sep 12, 2023
1 parent 69af603 commit 42d6bd6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions aerial_robot/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<exec_depend>dragon</exec_depend>
<exec_depend>hydrus</exec_depend>
<exec_depend>hydrus_xi</exec_depend>
<exec_depend>mini_quadrotor</exec_depend>
<exec_depend>motor_test</exec_depend>
<exec_depend>spinal</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python-is-python3</exec_depend>
Expand Down
2 changes: 1 addition & 1 deletion robots/mini_quadrotor/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(mini_quadrotor)

find_package(catkin REQUIRED)
Expand Down
9 changes: 7 additions & 2 deletions robots/mini_quadrotor/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>mini_quadrotor</name>
<version>1.3.0</version>
<version>1.3.2</version>
<description>The basic packages for mini quadrotor</description>

<maintainer email="[email protected]">Bakui Chou</maintainer>
Expand All @@ -11,8 +11,13 @@

<buildtool_depend>catkin</buildtool_depend>

<run_depend>aerial_robot_base</run_depend>
<run_depend>aerial_robot_control</run_depend>
<run_depend>aerial_robot_model</run_depend>
<run_depend>aerial_robot_estimation</run_depend>
<run_depend>aerial_robot_model</run_depend>
<run_depend>aerial_robot_msgs</run_depend>
<run_depend>aerial_robot_simulation</run_depend>

<test_depend>rostest</test_depend>

</package>

0 comments on commit 42d6bd6

Please sign in to comment.