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

Migrate Local Pathfinding Python Dependencies to package.xml #90

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions global_paths/path_builder/requirements.txt

This file was deleted.

12 changes: 11 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,19 @@
<maintainer email="[email protected]">Patrick Creighton</maintainer>
<license>MIT</license>

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

<!--Python Dependencies-->
<exec_depend>python3-numpy</exec_depend>
<exec_depend>python3-pyproj</exec_depend>
<exec_depend>python3-shapely</exec_depend>

<!--Test Dependencies-->
<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>

<export>
Expand Down
8 changes: 8 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# packages that aren't required on the main computer in production
# install them with pip3 install -r requirements.txt

# global_paths/path_builder/path_builder.py
flask

# test/test_obstacles.py
plotly