Skip to content

Commit

Permalink
Merge branch 'main' into blueos-extension
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Jan 25, 2025
2 parents 0214f07 + c712d4b commit 29f8e62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/pi/pixhawk_communication/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<test_depend>python3-pre-commit</test_depend>
<test_depend>python3-pytest</test_depend>

<depend>mavros</depend>
<exec_depend>mavros</exec_depend>

<export>
<build_type>ament_python</build_type>
Expand Down
2 changes: 1 addition & 1 deletion src/surface/flight_control/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<test_depend>python3-pytest</test_depend>
<test_depend>launch_testing</test_depend>

<depend>mavros</depend>
<exec_depend>mavros_msgs</exec_depend>

<export>
<build_type>ament_python</build_type>
Expand Down
4 changes: 2 additions & 2 deletions src/surface/gui/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<test_depend>python3-pre-commit</test_depend>
<test_depend>python3-pytest</test_depend>

<exec_depend>rov_msgs</exec_depend>
<exec_depend>python3-numpy</exec_depend>
<exec_depend>cv_bridge</exec_depend>
<exec_depend>python3-pyqtgraph</exec_depend>
<exec_depend>pyqt6-dev-tools</exec_depend>
<exec_depend>python3-pyqt6.qtmultimedia</exec_depend>

<depend>mavros</depend>
<exec_depend>rov_msgs</exec_depend>
<exec_depend>mavros_msgs</exec_depend>

<export>
<build_type>ament_python</build_type>
Expand Down

0 comments on commit 29f8e62

Please sign in to comment.