mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
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:
parent
bb8f53742d
commit
af534b5b91
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user