Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Add Python dependencies to package.xml (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
DFriend01 authored Feb 18, 2024
1 parent 6cab0cb commit 8b00edc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@
<test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>

<!-- ROS Dependencies -->
<exec_depend>custom_interfaces</exec_depend>
<exec_depend>ros2launch</exec_depend>

<!-- Python Dependencies -->
<exec_depend>python3-numpy</exec_depend>
<exec_depend>python3-scipy</exec_depend>

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

0 comments on commit 8b00edc

Please sign in to comment.