Tools: ROS 2 move python package directory

- Move the Python package for ardupilot_sitl into src.

Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
This commit is contained in:
Rhys Mainwaring 2023-05-03 16:16:50 +01:00 committed by Andrew Tridgell
parent bb8f53742d
commit af534b5b91
2 changed files with 3 additions and 1 deletions

View File

@ -80,7 +80,9 @@ install(DIRECTORY
)
# Install Python package.
ament_python_install_package(${PROJECT_NAME})
ament_python_install_package(${PROJECT_NAME}
PACKAGE_DIR src/${PROJECT_NAME}
)
# --------------------------------------------------------------------------- #
# build tests