-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SW-1667] Install custom launch actions properly #134
Conversation
38382d0
to
5a237cc
Compare
Question since my setup.py skills are not great -- in light of the renaming, should this be happening in synchos2 setup.py or bdai_ros2_wrappers or both? |
synchros2 is already like this but bdai_ros2_wrappers was not. The two are now identical (more or less) in the setup.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tcappellari-bdai I think this isn't necessary anymore. synchros2
already installs synchros2.launch
and bdai_ros2_wrappers
is just a trampoline to it.
data_files=[ | ||
("share/ament_index/resource_index/packages", ["resource/" + package_name]), | ||
("share/" + package_name, ["package.xml"]), | ||
], | ||
install_requires=["setuptools"], | ||
maintainer="The AI Institute", | ||
maintainer_email="[email protected]", | ||
description="The AI Institute's wrappers for ROS2", | ||
maintainer_email="[email protected]", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tcappellari-bdai ahh, I missed this on synchros2
too!
closing since this package is going to be deleted at some point (replaced with |
Modified the setup.py so the custom launch actions get installed in the /install directory properly so we can use them in other packages.
Also updated the maintainer email