Skip to content

Commit

Permalink
Merge pull request #4 from cwruRobotics/move-pynput-dep
Browse files Browse the repository at this point in the history
move dep
  • Loading branch information
InvincibleRMC authored Jun 29, 2024
2 parents dbfbbb9 + 1bb40d1 commit e2ce570
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ dependencies = [
'setuptools',
'flake8==7.1.0',
'mypy >= 1.7',
'pynput',
'pyqt6',
'pyqtgraph',
'pyqtdarktheme',
Expand Down
1 change: 1 addition & 0 deletions src/pi/manipulators/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

<test_depend>ament_flake8</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>ament_mypy</test_depend>
<test_depend>python3-pytest</test_depend>

<export>
Expand Down
1 change: 1 addition & 0 deletions src/pi/pi_main/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<license>Apache License 2.0</license>

<test_depend>ament_flake8</test_depend>
<test_depend>ament_mypy</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>

Expand Down
1 change: 1 addition & 0 deletions src/pi/pixhawk_communication/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<exec_depend>ros2launch</exec_depend>

<test_depend>ament_flake8</test_depend>
<test_depend>ament_mypy</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>

Expand Down
2 changes: 2 additions & 0 deletions src/surface/flight_control/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@
<depend>rclpy</depend>
<depend>sensor_msgs</depend>

<exec_depend>python3-pynput</exec_depend>
<exec_depend>rov_msgs</exec_depend>
<exec_depend>ros2launch</exec_depend>

<test_depend>ament_flake8</test_depend>
<test_depend>ament_mypy</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>
<test_depend>launch_testing</test_depend>
Expand Down
1 change: 1 addition & 0 deletions src/surface/gui/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<license>Apache License 2.0</license>

<test_depend>ament_flake8</test_depend>
<test_depend>ament_mypy</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>

Expand Down
1 change: 1 addition & 0 deletions src/surface/ps5_controller/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<license>Apache License 2.0</license>

<test_depend>ament_flake8</test_depend>
<test_depend>ament_mypy</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>

Expand Down
1 change: 1 addition & 0 deletions src/surface/rov_flir/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<license>Apache License 2.0</license>

<test_depend>ament_flake8</test_depend>
<test_depend>ament_mypy</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>

Expand Down
1 change: 1 addition & 0 deletions src/surface/rov_gazebo/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<depend>rclpy</depend>

<test_depend>ament_flake8</test_depend>
<test_depend>ament_mypy</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>

Expand Down
1 change: 1 addition & 0 deletions src/surface/surface_main/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<license>Apache License 2.0</license>

<test_depend>ament_flake8</test_depend>
<test_depend>ament_mypy</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>

Expand Down
1 change: 1 addition & 0 deletions src/surface/transceiver/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<exec_depend>python3-serial</exec_depend>

<test_depend>ament_flake8</test_depend>
<test_depend>ament_mypy</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>

Expand Down
1 change: 1 addition & 0 deletions src/surface/vehicle_manager/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<license>Apache License 2.0</license>

<test_depend>ament_flake8</test_depend>
<test_depend>ament_mypy</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>

Expand Down

0 comments on commit e2ce570

Please sign in to comment.